Skip to content

Commit ff58749

Browse files
Merge pull request #1934 from christianmemije/develop
Fix create user modal
2 parents c18a1c7 + 2e9ab05 commit ff58749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kolibri/plugins/management/assets/src/views/user-page/user-create-modal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<!-- Button Options at footer of modal -->
5656
<section class="footer">
57-
<k-button :text="$tr('createAccount')" :primary="true" :loading="loading"/>
57+
<k-button :text="$tr('createAccount')" :primary="true" :loading="loading" type="submit"/>
5858
</section>
5959
</form>
6060
</core-modal>

0 commit comments

Comments
 (0)