fix(radial): go back to correct more page when going back from sub (#247)

This commit is contained in:
Diogo Manuel Coelho Morais dos Santos
2023-02-28 19:47:14 +00:00
committed by GitHub
parent bbc1216a54
commit d72b7eb00a
3 changed files with 24 additions and 16 deletions

View File

@@ -4,4 +4,5 @@ export interface RadialMenuItem {
icon: IconProp;
label: string;
isMore?: boolean;
menu?: string;
}