Skip to content

Commit

Permalink
fix(files): switched native input to NcButton
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
  • Loading branch information
emoral435 committed Jan 11, 2024
1 parent afa59d6 commit 9ed2a0e
Showing 1 changed file with 4 additions and 3 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

0 comments on commit 9ed2a0e

Please sign in to comment.