Merge tag '2023.12.0-beta.3' into merge-upstream
This commit is contained in:
@@ -282,9 +282,9 @@ function create() {
|
||||
router.push('/admin/roles/new');
|
||||
}
|
||||
|
||||
const headerActions = $computed(() => []);
|
||||
const headerActions = computed(() => []);
|
||||
|
||||
const headerTabs = $computed(() => []);
|
||||
const headerTabs = computed(() => []);
|
||||
|
||||
definePageMetadata(computed(() => ({
|
||||
title: i18n.ts.roles,
|
||||
|
Reference in New Issue
Block a user