mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-05 18:59:31 -06:00
refactor custom emoji form fields
This commit is contained in:
parent
41f25653d1
commit
90fa9a3ce6
9 changed files with 325 additions and 176 deletions
|
|
@ -29,7 +29,7 @@ module.exports = function MutateButton({text, result}) {
|
|||
|
||||
return (<div>
|
||||
{result.error &&
|
||||
<div className="error">{result.error.status}: {result.error.error}</div>
|
||||
<section className="error">{result.error.status}: {result.error.data.error}</section>
|
||||
}
|
||||
<input
|
||||
className="button"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue