mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-19 08:48:34 +02:00
dont show org id taken after success
This commit is contained in:
parent
49b88002fb
commit
4f68a26049
1 changed files with 2 additions and 2 deletions
|
@ -264,13 +264,13 @@ export default function StepperForm() {
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{orgIdTaken && (
|
{orgIdTaken && !orgCreated ? (
|
||||||
<Alert variant="destructive">
|
<Alert variant="destructive">
|
||||||
<AlertDescription>
|
<AlertDescription>
|
||||||
{t('setupErrorIdentifier')}
|
{t('setupErrorIdentifier')}
|
||||||
</AlertDescription>
|
</AlertDescription>
|
||||||
</Alert>
|
</Alert>
|
||||||
)}
|
) : null}
|
||||||
|
|
||||||
{error && (
|
{error && (
|
||||||
<Alert variant="destructive">
|
<Alert variant="destructive">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue