refactor: onboarding workflow (#1286)
* chore: onboarding steps workflow verification * chore: onboarding variable update
This commit is contained in:
parent
4b25b7244b
commit
6f7b563712
4 changed files with 96 additions and 98 deletions
|
|
@ -7,7 +7,7 @@ import { ICurrentUserResponse, IUser } from "types";
|
|||
import { MultiInput, PrimaryButton, SecondaryButton } from "components/ui";
|
||||
|
||||
type Props = {
|
||||
setStep: React.Dispatch<React.SetStateAction<number>>;
|
||||
setStep: React.Dispatch<React.SetStateAction<number | null>>;
|
||||
workspace: any;
|
||||
user: ICurrentUserResponse | undefined;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue