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;
|
gridView?: boolean;
|
||||||
listEmployee: any[];
|
listEmployee: any[];
|
||||||
columnsEmployee: any[];
|
columnsEmployee: any[];
|
||||||
fieldSelected: string[];
|
fieldSelected?: string[];
|
||||||
}>(),
|
}>(),
|
||||||
{
|
{
|
||||||
gridView: false,
|
gridView: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue