Add language picker to server rules section (#34820)
This commit is contained in:
parent
7ede5460d8
commit
d78535eab9
7 changed files with 260 additions and 63 deletions
|
@ -18,7 +18,7 @@ export interface SelectItem {
|
|||
icon?: string;
|
||||
iconComponent?: IconProp;
|
||||
text: string;
|
||||
meta: string;
|
||||
meta?: string;
|
||||
extra?: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue