mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-08 17:13:16 -06:00
[feature] Add domain permission drafts and excludes
This commit is contained in:
parent
e892bc375d
commit
a9b72c6d28
69 changed files with 5578 additions and 264 deletions
|
|
@ -107,7 +107,11 @@ function Error({ error, reset }: ErrorProps) {
|
|||
{ reset &&
|
||||
<span
|
||||
className="dismiss"
|
||||
onClick={reset}
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
reset();
|
||||
}}
|
||||
role="button"
|
||||
tabIndex={0}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue