Removed one alert box

This commit is contained in:
sanjeev 2022-08-17 11:13:55 +05:30
parent 6c54317445
commit cb2fbc0ec7
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=80c2b03f1a88cf3ed806",
"/js/ui.js": "/js/ui.js?id=6456db28b4b14653c445",
"/css/ui.css": "/css/ui.css?id=933372010d246f94f931"
}

View File

@ -541,7 +541,6 @@ export default {
let indexConditions = true;
if (! this.types.number.value) {
alert(this.translations.emptyValue);
this.switchSelectCondition('number');
}