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-03-01 06:47:14 +11:00
committed by GitHub
parent bbc1216a54
commit d72b7eb00a
3 changed files with 24 additions and 16 deletions
+1
View File
@@ -4,4 +4,5 @@ export interface RadialMenuItem {
icon: IconProp;
label: string;
isMore?: boolean;
menu?: string;
}