diff --git a/frontend/src/components/inputs/Chips.tsx b/frontend/src/components/inputs/Chips.tsx index e61bf81fb..fc9231f7a 100644 --- a/frontend/src/components/inputs/Chips.tsx +++ b/frontend/src/components/inputs/Chips.tsx @@ -9,7 +9,7 @@ import React, { } from "react"; import "./chip.scss"; -const SplitKeys = ["Tab", "Enter", " ", ",", ";", "."]; +const SplitKeys = ["Tab", "Enter", " ", ",", ";"]; export interface ChipsProps { disabled?: boolean;