mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +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">
|
||||
<AlertDescription>
|
||||
{t('setupErrorIdentifier')}
|
||||
</AlertDescription>
|
||||
</Alert>
|
||||
)}
|
||||
) : null}
|
||||
|
||||
{error && (
|
||||
<Alert variant="destructive">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue