ui fix
This commit is contained in:
parent
94fd9351c5
commit
d0ba3a0f38
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@
|
||||||
<form action="" @submit.prevent="createFolder(event)">
|
<form action="" @submit.prevent="createFolder(event)">
|
||||||
<label for="settings-new-folder">New Folder</label>
|
<label for="settings-new-folder">New Folder</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input id="settings-new-folder" type="text" class="form-control" name="title">
|
<input id="settings-new-folder" type="text" class="form-control" name="title" required>
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<button class="btn btn-outline-secondary" type="submit">Add</button>
|
<button class="btn btn-outline-secondary" type="submit">Add</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue