This commit is contained in:
Timothy Jaeryang Baek
2025-01-29 21:56:28 -08:00
parent 33fffd6b1d
commit d6c82939e6
9 changed files with 19 additions and 22 deletions
@@ -31,7 +31,7 @@
description,
accessControl
).catch((e) => {
toast.error(e);
toast.error(`${e}`);
});
if (res) {
@@ -112,10 +112,7 @@
<div class="mt-2">
<div class="px-3 py-2 bg-gray-50 dark:bg-gray-950 rounded-lg">
<AccessControl
bind:accessControl
accessRoles={['read', 'write']}
/>
<AccessControl bind:accessControl accessRoles={['read', 'write']} />
</div>
</div>