diff --git a/apps/dashboard/src/components/new-group-stepper/access-mode-step.tsx b/apps/dashboard/src/components/new-group-stepper/access-mode-step.tsx index 0e947907..61282abd 100644 --- a/apps/dashboard/src/components/new-group-stepper/access-mode-step.tsx +++ b/apps/dashboard/src/components/new-group-stepper/access-mode-step.tsx @@ -69,6 +69,12 @@ export default function AccessModeStep({ } }, [_accessMode, _validator, _validators]) + const onClear = () => { + setCredentials(undefined) + setValidators([]) + setExpression([]) + } + return ( <> @@ -621,6 +627,14 @@ export default function AccessModeStep({ )} + diff --git a/apps/docs/static/img/tutorial/offchain-mult-credentials.png b/apps/docs/static/img/tutorial/offchain-mult-credentials.png index 88a6401d..59a7dacf 100644 Binary files a/apps/docs/static/img/tutorial/offchain-mult-credentials.png and b/apps/docs/static/img/tutorial/offchain-mult-credentials.png differ