mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Explicitly nullify user/role when the other is set in presets (#7512)
Fixes #7366
This commit is contained in:
@@ -7,6 +7,7 @@ export interface LayoutConfig<Options = any, Query = any> {
|
||||
name: string;
|
||||
icon: string;
|
||||
component: Component;
|
||||
smallHeader?: boolean;
|
||||
slots: {
|
||||
options: Component;
|
||||
sidebar: Component;
|
||||
|
||||
Reference in New Issue
Block a user