make the steps editable
This commit is contained in:
@@ -133,15 +133,16 @@ export default function FlowFormPage({ params }: FlowFormPageProps) {
|
|||||||
{getError('description') && <p className="text-sm text-destructive">{getError('description')}</p>}
|
{getError('description') && <p className="text-sm text-destructive">{getError('description')}</p>}
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardFooter>
|
|
||||||
<SubmitButton isNew={isNew} />
|
|
||||||
</CardFooter>
|
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
|
{!isNew && (
|
||||||
|
<FlowCanvas />
|
||||||
|
)}
|
||||||
|
|
||||||
|
<div className="flex justify-start">
|
||||||
|
<SubmitButton isNew={isNew} />
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{!isNew && (
|
|
||||||
<FlowCanvas />
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user