Web Interface for Tags #104244
@ -19,7 +19,13 @@
|
||||
placeholder="New Tag Name"
|
||||
class="create-tag-input"
|
||||
/>
|
||||
<button id="submit-button" type="submit">Create Tag</button>
|
||||
<button
|
||||
id="submit-button"
|
||||
type="submit"
|
||||
:disabled="newTagName.trim() === ''"
|
||||
>
|
||||
Create Tag
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user
There shouldn't be any need to import this CSS file here. Which problem is this solving?