mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #42690 from nextcloud/fix/core/42593/replace-transfer-button-with-NcVue-Button
fix(files): switched native input to NcButton
This commit is contained in:
commit
f0a4aa9b06
3 changed files with 7 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
4
dist/files-personal-settings.js
vendored
4
dist/files-personal-settings.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-personal-settings.js.map
vendored
2
dist/files-personal-settings.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue