fix(FE) : default status belum antrean all
This commit is contained in:
@@ -22,7 +22,7 @@ const filterValues = ref<{
|
||||
statusFilter: string | null;
|
||||
sortOption: string | null;
|
||||
}>({
|
||||
statusFilter: null,
|
||||
statusFilter: STATUS.BELUM,
|
||||
sortOption: null
|
||||
});
|
||||
const antreanList = ref<any[]>([]);
|
||||
@@ -56,7 +56,7 @@ const filterOptions = [
|
||||
modelKey: 'statusFilter',
|
||||
showAllOption: true,
|
||||
options: statusOptions,
|
||||
defaultValue: null
|
||||
defaultValue: STATUS.BELUM
|
||||
},
|
||||
{
|
||||
type: 'select' as const,
|
||||
|
||||
Reference in New Issue
Block a user