Skip to content

Commit

Permalink
Merge pull request #42690 from nextcloud/fix/core/42593/replace-trans…
Browse files Browse the repository at this point in the history
…fer-button-with-NcVue-Button

fix(files): switched native input to NcButton
  • Loading branch information
emoral435 authored Jan 10, 2024
2 parents 5e6f6b2 + 2f94cca commit f0a4aa9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions apps/files/src/components/TransferOwnershipDialogue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@
@search="findUserDebounced" />
</p>
<p>
<input type="submit"
class="primary"
:value="submitButtonText"
<NcButton native-type="submit"
type="primary"
:disabled="!canSubmit">
{{ submitButtonText }}
</NcButton>
<span class="error">{{ submitError }}</span>
</p>
</form>
Expand Down
Loading

0 comments on commit f0a4aa9

Please sign in to comment.