mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-21 11:59:54 -06:00
fix: add missing filter option (#6879)
This commit is contained in:
@@ -31,9 +31,10 @@ const getCreatorOptions = (t: TFunction): TFilterOption[] => [
|
||||
];
|
||||
|
||||
const getStatusOptions = (t: TFunction): TFilterOption[] => [
|
||||
{ label: t("common.draft"), value: "draft" },
|
||||
{ label: t("common.in_progress"), value: "inProgress" },
|
||||
{ label: t("common.paused"), value: "paused" },
|
||||
{ label: t("common.completed"), value: "completed" },
|
||||
{ label: t("common.draft"), value: "draft" },
|
||||
];
|
||||
|
||||
const getSortOptions = (t: TFunction): TSortOption[] => [
|
||||
|
||||
Reference in New Issue
Block a user