refactor(FE): Cleanup types and remove pagination

This commit is contained in:
rstubryan
2026-01-14 11:06:29 +07:00
parent 3937c27c77
commit 97d131be12
2 changed files with 2 additions and 43 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ const CheckboxOption = <
);
};
const SelectInputCheckbox = <T extends OptionType = OptionType>(
const SelectInputCheckbox = <T extends OptionType>(
props: SelectInputCheckboxProps<T>
) => {
const {