mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-14 08:56:39 +00:00
Merge branch 'dev' into clients-pops
This commit is contained in:
@@ -308,13 +308,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