diff --git a/web/src/input_pill.ts b/web/src/input_pill.ts index ad1fd4e48e..1a795913ad 100644 --- a/web/src/input_pill.ts +++ b/web/src/input_pill.ts @@ -50,7 +50,7 @@ type InputPillStore = { create_item_from_text: InputPillCreateOptions["create_item_from_text"]; get_text_from_item: InputPillCreateOptions["get_text_from_item"]; onPillCreate?: () => void; - removePillFunction?: (pill: InputPill) => void; + onPillRemove?: (pill: InputPill) => void; createPillonPaste?: () => void; }; @@ -214,8 +214,8 @@ export function create(opts: InputPillCreateOptions): InputPillContainer(opts: InputPillCreateOptions): InputPillContainer(opts: InputPillCreateOptions): InputPillContainer