console.warn => alert

This commit is contained in:
cgfhtw
2023-04-14 08:22:36 +02:00
parent a63a79ab91
commit d766e2fd01
+1 -1
View File
@@ -139,7 +139,7 @@ export const CoreFilterCmpt = {
},
beforeCreate() {
if (!this.tableOnly == !this.filterType)
console.warn('You can not have a filter-type in table-only mode!');
alert('You can not have a filter-type in table-only mode!');
},
created() {
this.uuid = _uuid++;