fix(role): add role in encounter home
This commit is contained in:
@@ -3,5 +3,7 @@ export interface TabItem {
|
||||
label: string
|
||||
component?: any
|
||||
groups?: string[]
|
||||
classCode?: string[]
|
||||
subClassCode?: string[]
|
||||
props?: Record<string, any>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user