Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Jan 9, 2023
1 parent d748d54 commit 6006849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const ActionNotifyWhen = ({
100
);
},
[onNotifyWhenChange, setNotifyWhenValue, onThrottleChange, throttleUnit]
[onNotifyWhenChange, setNotifyWhenValue, onThrottleChange, throttle, throttleUnit]
);

const labelForRuleRenotify = [
Expand Down

0 comments on commit 6006849

Please sign in to comment.