mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 12:49:02 -05:00
disable selects for now
This commit is contained in:
@@ -108,7 +108,7 @@ const tableHeaders: VDataTableProps['headers'] = [
|
||||
const tablePage = ref(1)
|
||||
const tablePageInitialized = ref(false) // TODO workaround until vuetify bug is fixed
|
||||
|
||||
const tableShowSelect = ref(true)
|
||||
const tableShowSelect = ref(false) // TODO enable once mass edit functions are implemented
|
||||
|
||||
// data
|
||||
const loading = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user