mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
fix(files): switched native input to NcButton
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
This commit is contained in:
parent
fd3d113fba
commit
36a2406430
1 changed files with 4 additions and 3 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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue