show skip overview just when finishing embedding
This commit is contained in:
parent
9c3ba58dff
commit
c1c48c8614
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export function ProgressBar({
|
|||
</span>
|
||||
</div>
|
||||
<div className="flex-1 flex justify-end">
|
||||
{currentStep > 0 && onSkip && (
|
||||
{currentStep > 1 && onSkip && (
|
||||
<Button
|
||||
variant="link"
|
||||
size="sm"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue