Skip to content

Commit

Permalink
Update src/main/resources/lib/enonic/react4xp/DataFetcher.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Rymsha <[email protected]>
  • Loading branch information
alansemenov and rymsha authored Jan 2, 2025
1 parent d4e6432 commit edbfe90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/lib/enonic/react4xp/DataFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export type ShortcutContent = Content<{
const RUN_MODE = IS_DEV_MODE ? 'development' : 'production';

const ADMIN_CONTEXT: ContextParams = {
principals: ['role:system.admin']
principals: ['role:system.schema.admin']
}

export class DataFetcher {
Expand Down

0 comments on commit edbfe90

Please sign in to comment.