mirror of
https://github.com/directus/directus.git
synced 2026-01-26 01:17:56 -05:00
@@ -169,7 +169,7 @@ export default defineComponent({
|
||||
return { permission, role, loading, modalTitle, tabs, currentTab, currentTabInfo, appMinimal, close };
|
||||
|
||||
function close() {
|
||||
router.push(`/settings/roles/${props.roleKey}`);
|
||||
router.push(`/settings/roles/${props.roleKey || 'public'}`);
|
||||
}
|
||||
|
||||
async function load() {
|
||||
|
||||
Reference in New Issue
Block a user