Skip to content

Commit

Permalink
fix(ui): TE-2474 show all template properties in advance create mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nalin Patidar authored and Nalin Patidar committed Oct 7, 2024
1 parent c39adad commit 6408395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const AlertTemplateSectionedProperties: FunctionComponent<AlertTemplateSe
)
)}
{Object.keys(subStepMap)
.slice(1)
.filter((subStep) => subStep !== "DIRECT")
.filter((cs) => subStepMap[cs].length > 0)
.map((currentSubStep) => (
<Grid
Expand Down

0 comments on commit 6408395

Please sign in to comment.