scroller sponsorów projektu w modalu

This commit is contained in:
2024-03-03 14:31:04 +01:00
parent 9c2f0ac797
commit e222dc63eb
8 changed files with 183 additions and 104 deletions
@@ -256,8 +256,6 @@ export default defineComponent({
},
handleAuthorsInput() {
console.log(this.authorsInputValue);
this.filterStore.changeFilterValue('authors', this.authorsInputValue);
if (this.saveOptions) StorageManager.setStringValue('authors', this.authorsInputValue);