updated EditSubAdmin

This commit is contained in:
rockyeverlast
2025-03-19 17:59:02 +05:30
parent 982513c86e
commit ae9df75508
2 changed files with 2 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.7aakaijcn38"
"revision": "0.f0vgku9v39o"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

View File

@@ -296,6 +296,7 @@ function EditSubAdmin({ id, refetch }: { id: number, refetch: VoidFunction }) {
color="black"
checked={permission.is_active}
onChange={() => handleCheckboxToggle(permission.id)}
cursor={'pointer'}
>
<Text fontSize={12}>{label}</Text>
</Checkbox>