diff --git a/web/src/components/CreateShortcutDialog.tsx b/web/src/components/CreateShortcutDialog.tsx index 96354344..b93e26fb 100644 --- a/web/src/components/CreateShortcutDialog.tsx +++ b/web/src/components/CreateShortcutDialog.tsx @@ -71,7 +71,7 @@ const CreateShortcutDialog: React.FC = (props: Props) => { destroy(); }; - const handleAddFilterBenClick = () => { + const handleAddFilterBtnClick = () => { if (filters.length > 0) { const lastFilter = filters[filters.length - 1]; if (lastFilter.value.value === "") { @@ -131,7 +131,7 @@ const CreateShortcutDialog: React.FC = (props: Props) => { /> ); })} -
+
{t("filter.new-filter")}