itube-specs 0.0.634 → 0.0.635

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -234,7 +234,7 @@ async function submit() {
234
234
  error.value[ item ] = !val;
235
235
  } else {
236
236
  error.value[ item ] = val === undefined || val === null || String(val).trim() === '';
237
- showErrorSnack('error_text');
237
+ if (error.value[ item ]) showErrorSnack('error_text');
238
238
  }
239
239
 
240
240
  if (error.value[ item ]) valid = false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.634",
4
+ "version": "0.0.635",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {