Added label to username edit field
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template lang="html">
|
||||
<dialog-base>
|
||||
<text-field
|
||||
label="Username"
|
||||
:value="newUsername || username"
|
||||
@change="change"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user