Skip to content

Commit

Permalink
mark selectbox as disabled if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jul 5, 2024
1 parent 86abb76 commit fa0011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/oauth_form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@

<label for="basic-url">Select service account to manage webhooks</label>
<select class="custom-select custom-select-sm" id="pubSubApp" name="pubSubApp" {{#if
errors.pubSubApp}}is-invalid{{/if}} required>
errors.pubSubApp}}is-invalid{{/if}} required {{#unless baseScopesApi}}disabled{{/unless}}>

{{#each pubSubApps}}
<option value="{{id}}" data-project="{{googleProjectId}}" {{#if selected}}selected{{/if}} {{#unless
Expand Down

0 comments on commit fa0011f

Please sign in to comment.