Explicitly nullify user/role when the other is set in presets (#7512)

Fixes #7366
This commit is contained in:
Rijk van Zanten
2021-08-20 00:15:43 +02:00
committed by GitHub
parent 256139ffd2
commit ebb810b9af
3 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ export interface LayoutConfig<Options = any, Query = any> {
name: string;
icon: string;
component: Component;
smallHeader?: boolean;
slots: {
options: Component;
sidebar: Component;