This commit is contained in:
2026-01-19 10:38:40 +08:00
parent 163c93142e
commit de731babf3

View File

@@ -71,7 +71,7 @@ const TemplateList: React.FC = () => {
fetchData, fetchData,
handleFiltersChange, handleFiltersChange,
handleKeywordChange, handleKeywordChange,
} = useFetchData(queryAnnotationTemplatesUsingGet, undefined, undefined, undefined, undefined); } = useFetchData(queryAnnotationTemplatesUsingGet, undefined, undefined, undefined, undefined, 0);
const handleCreate = () => { const handleCreate = () => {
setFormMode("create"); setFormMode("create");