diff --git a/public/js/components/filter/Filter.js b/public/js/components/filter/Filter.js index 7a46fd629..2bf878e5a 100644 --- a/public/js/components/filter/Filter.js +++ b/public/js/components/filter/Filter.js @@ -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++;