[feature] Add domain permission drafts and excludes

This commit is contained in:
tobi 2024-11-18 14:18:31 +01:00
commit a9b72c6d28
69 changed files with 5578 additions and 264 deletions

View file

@ -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}
>