fix(FE) : default status belum antrean all

This commit is contained in:
Yusron alamsyah
2026-04-22 09:25:08 +07:00
parent 190ab60c72
commit f5db0d9066
+2 -2
View File
@@ -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,