mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 05:39:00 -05:00
disable selects for now
This commit is contained in:
@@ -108,7 +108,7 @@ const tableHeaders: VDataTableProps['headers'] = [
|
|||||||
const tablePage = ref(1)
|
const tablePage = ref(1)
|
||||||
const tablePageInitialized = ref(false) // TODO workaround until vuetify bug is fixed
|
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
|
// data
|
||||||
const loading = ref(false);
|
const loading = ref(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user