fix: required warning

This commit is contained in:
Methapon Metanipat 2024-08-15 17:58:26 +07:00
parent 70c40f82f2
commit 7405ae43da

View file

@ -9,7 +9,7 @@ const prop = withDefaults(
gridView?: boolean;
listEmployee: any[];
columnsEmployee: any[];
fieldSelected: string[];
fieldSelected?: string[];
}>(),
{
gridView: false,