Skip to content

Commit

Permalink
Removed label in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
bsandmann committed Feb 5, 2025
1 parent cd3b67e commit 44ffc5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
else if (ActionInput.CredentialReference.Source == ParameterSource.TriggerInput)
{
<div class="w-2/3 flex flex-col space-y-1">
<label class="block text-xs font-medium text-gray-700">Trigger Parameter</label>
@if (TriggerParameters?.Any() == true)
{
<select class="rounded border px-2 py-1 text-xs"
Expand Down

0 comments on commit 44ffc5d

Please sign in to comment.