Skip to content

Commit

Permalink
Handling undefined space when spaces is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed May 27, 2021
1 parent 89e113f commit 54faefb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { AlertActionParams } from '../types';

export interface InjectActionParamsOpts {
ruleId: string;
spaceId: string;
spaceId: string | undefined;
actionTypeId: string;
actionParams: AlertActionParams;
}
Expand Down

0 comments on commit 54faefb

Please sign in to comment.