Skip to content

Commit

Permalink
extra spacing removed
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Oct 9, 2024
1 parent ac91916 commit 31d945d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ export const CreateCorrelationRule: React.FC<CreateCorrelationRuleProps> = (
setAction('Edit');
setInitialRuleValues();
}

const setupLogTypeOptions = async () => {
const options = await getLogTypeOptions();
setLogTypeOptions(options);
Expand Down Expand Up @@ -388,7 +387,7 @@ export const CreateCorrelationRule: React.FC<CreateCorrelationRuleProps> = (
query.field = '';
});
}

// Modify or set default values for trigger if present
if (values.trigger) {
// Set default values for ids
Expand Down

0 comments on commit 31d945d

Please sign in to comment.