Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl committed Oct 14, 2024
1 parent f2bb38a commit 3a77c53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@ const CreateRulePageComponent: React.FC = () => {
isCreateRuleLoading,
isStartingJobs,
loading,
ruleType,
submitRuleDisabled,
submitRuleEnabled,
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ const EditRulePageComponent: FC<{ rule: RuleResponse }> = ({ rule }) => {
[
rule?.immutable,
rule?.id,
rule?.type,
activeStep,
loading,
isSavedQueryLoading,
Expand Down

0 comments on commit 3a77c53

Please sign in to comment.