Skip to content

Commit

Permalink
fix ephemeral toggle on new command overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjh-bst committed Dec 20, 2024
1 parent 748bbe5 commit f74bb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/assets/commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h4 class="card-title m-0">
</div>
</div>
{{$aeID := ""}}
{{if .Override}}{{$aeID = joinStr "" "cmd-override-always-ephemeral-" .Override.ID}}{{else}}{{$id = joinStr "" "cmd-override-always-ephemeral-" .Parent.ID "-new"}}{{end}}
{{if .Override}}{{$aeID = joinStr "" "cmd-override-always-ephemeral-" .Override.ID}}{{else}}{{$aeID = joinStr "" "cmd-override-always-ephemeral-" .Parent.ID "-new"}}{{end}}

{{$alwaysEphemeral := false}}
{{if .Override}}{{$alwaysEphemeral = .Override.AlwaysEphemeral}}{{end}}
Expand Down

0 comments on commit f74bb47

Please sign in to comment.