mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-18 05:15:16 -04:00
[ENG-1007] Per-page onboarding forms (#1256)
* useMultiZodForm * fix imports * handle obStore.data undefined --------- Co-authored-by: Utku <74243531+utkubakir@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Clipboard } from 'phosphor-react';
|
||||
import { ReactNode } from 'react';
|
||||
import { useZodForm } from '@sd/client';
|
||||
import { Button, Dialog, Input, UseDialogProps, dialogManager, useDialog } from '@sd/ui';
|
||||
import { useZodForm } from '@sd/ui/src/forms';
|
||||
|
||||
interface Props extends UseDialogProps {
|
||||
title: string; // dialog title
|
||||
|
||||
Reference in New Issue
Block a user