Skip to content

Commit 75d2cbe

Browse files
authored
chore: update global admin group type (#1647)
1 parent a0b41eb commit 75d2cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals/config/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export type GlobalConfig = {
7979
fields: Field[];
8080
admin?: {
8181
description?: string | (() => string);
82-
group?: string;
82+
group?: Record<string, string> | string;
8383
hideAPIURL?: boolean;
8484
components?: {
8585
views?: {

0 commit comments

Comments
 (0)