refactor custom emoji form fields

This commit is contained in:
f0x
2022-11-07 19:46:44 +00:00
parent 41f25653d1
commit 90fa9a3ce6
9 changed files with 325 additions and 176 deletions

View File

@ -119,7 +119,7 @@ module.exports = {
field = (
<>
<label htmlFor={id} className="file-input button">Browse</label>
<span>
<span className="form-info">
{file ? file.name : "no file selected"} {size}
</span>
{/* <a onClick={removeFile("header")}>remove</a> */}