Skip to content

Commit c36a68b

Browse files
committed
fix: clear test cache
1 parent e223966 commit c36a68b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pluggableWidgets/combobox-web/typings/ComboboxProps.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export interface ComboboxContainerProps {
9090
onEnterEvent?: ActionValue;
9191
onLeaveEvent?: ActionValue;
9292
onChangeFilterInputEvent?: ActionValue<{ filterInput: Option<string> }>;
93-
debounceInterval: number;
93+
debounceInterval?: number;
9494
ariaRequired: DynamicValue<boolean>;
9595
ariaLabel?: DynamicValue<string>;
9696
clearButtonAriaLabel?: DynamicValue<string>;

0 commit comments

Comments
 (0)