fix: required warning
This commit is contained in:
parent
70c40f82f2
commit
7405ae43da
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const prop = withDefaults(
|
|||
gridView?: boolean;
|
||||
listEmployee: any[];
|
||||
columnsEmployee: any[];
|
||||
fieldSelected: string[];
|
||||
fieldSelected?: string[];
|
||||
}>(),
|
||||
{
|
||||
gridView: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue