mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-15 09:26:40 +00:00
dont show org id taken after success
This commit is contained in:
@@ -264,13 +264,13 @@ export default function StepperForm() {
|
||||
)}
|
||||
/>
|
||||
|
||||
{orgIdTaken && (
|
||||
{orgIdTaken && !orgCreated ? (
|
||||
<Alert variant="destructive">
|
||||
<AlertDescription>
|
||||
{t('setupErrorIdentifier')}
|
||||
</AlertDescription>
|
||||
</Alert>
|
||||
)}
|
||||
) : null}
|
||||
|
||||
{error && (
|
||||
<Alert variant="destructive">
|
||||
|
||||
Reference in New Issue
Block a user