Merge pull request #42711 from nextcloud/backup/stable28/42636/fix/core/42596/fix-button-accessibility-in-view-profile-page

Backup/stable28/42690/fix/core/42593/replace-transfer-button-with-NcVue-Button
This commit is contained in:
Eduardo Morales 2024-01-11 22:16:53 -06:00 committed by GitHub
commit d2133574e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long