Skip to content

Commit

Permalink
PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Apr 7, 2021
1 parent 93cb9c8 commit 1f726bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const IndexActionConnectorFields: React.FunctionComponent<
setShowTimeFieldCheckboxState(true);
setTimeFieldOptions([firstFieldOption, ...fields]);
} else {
setHasTimeFieldCheckboxState(false);
setShowTimeFieldCheckboxState(false);
setTimeFieldOptions([]);
}
Expand Down

0 comments on commit 1f726bb

Please sign in to comment.