mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-01 19:09:27 +00:00
console.warn => alert
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user