Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrergeru committed Sep 5, 2023
1 parent 09309a1 commit e9b9725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Containers/TriggerAddContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const TriggerAddContainer = (props: Props) => {
if (update.is_remote) {
dispatch(setIsSaveButtonDisabled(false));
}

Check failure on line 93 in src/Containers/TriggerAddContainer.tsx

View workflow job for this annotation

GitHub Actions / Lint the project

Delete `········⏎`

if (update.targets) {
dispatch(setIsSaveButtonDisabled(false));
Expand Down

0 comments on commit e9b9725

Please sign in to comment.