forked from DebaucheryLibrarian/traxxx
Added delete stash icons and dialog.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
import Warning from './warning.vue';
|
||||
import Header from '../header/header.vue';
|
||||
import Sidebar from '../sidebar/sidebar.vue';
|
||||
import Filters from './filters.vue';
|
||||
import Filters from '../filters/filters.vue';
|
||||
|
||||
function toggleSidebar(state) {
|
||||
this.showSidebar = typeof state === 'boolean' ? state : !this.showSidebar;
|
||||
|
||||
Reference in New Issue
Block a user