Fixed RLS and added visual feedback on dashboard

This commit is contained in:
Alexis
2025-03-05 16:34:53 +01:00
parent 282aabb7fa
commit 8848fa75b1
4 changed files with 29 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ function handleClose() {
<PhX size="20" />
</UiButton>
<WorldFormEdit :world @on-changed-name="onChangedName" @on-close="handleClose" />
<WorldFormUpdate :world @on-changed-name="onChangedName" @on-close="handleClose" />
</UiAlertDialogContent>
</UiAlertDialog>
</template>