manage-data pages

This commit is contained in:
Kuchenpirat
2024-01-31 10:33:05 +00:00
parent 02997cd36e
commit 19e776a772
10 changed files with 32 additions and 14 deletions

View File

@@ -176,6 +176,7 @@ enum MODES {
export default defineComponent({
components: { RecipeDataTable, RecipeOrganizerSelector, GroupExportData, RecipeSettingsSwitches },
middleware: ["auth", "can-organize-only"],
scrollToTop: true,
setup() {
const { getAllRecipes, refreshRecipes } = useRecipes(true, true);