Merge pull request #42690 from nextcloud/fix/core/42593/replace-transfer-button-with-NcVue-Button

fix(files): switched native input to NcButton
pull/42402/head
Eduardo Morales 5 months ago committed by GitHub
commit f0a4aa9b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save