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>}
|
||||
</div>
|
||||
</CardContent>
|
||||
<CardFooter>
|
||||
<SubmitButton isNew={isNew} />
|
||||
</CardFooter>
|
||||
</Card>
|
||||
|
||||
{!isNew && (
|
||||
<FlowCanvas />
|
||||
)}
|
||||
|
||||
<div className="flex justify-start">
|
||||
<SubmitButton isNew={isNew} />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{!isNew && (
|
||||
<FlowCanvas />
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user