Skip to content

Commit a50b4d7

Browse files
committed
woops
1 parent 7d6bede commit a50b4d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/admin/dashboard/src/hooks/table/filters/use-product-option-table-filters.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ export const useProductOptionTableFilters = () => {
1818
options: [
1919
{
2020
label: t("fields.true"),
21-
value: "false",
21+
value: "true",
2222
},
2323
{
2424
label: t("fields.false"),
25-
value: "true",
25+
value: "false",
2626
},
2727
],
2828
}),

0 commit comments

Comments
 (0)