diff --git a/web/app/components/app/create-app-dialog/advanced.png b/web/app/components/app/create-app-dialog/advanced.png new file mode 100644 index 0000000000..384e29831c Binary files /dev/null and b/web/app/components/app/create-app-dialog/advanced.png differ diff --git a/web/app/components/app/create-app-dialog/appForm.tsx b/web/app/components/app/create-app-dialog/appForm.tsx index 01b91e9095..f82f29a40e 100644 --- a/web/app/components/app/create-app-dialog/appForm.tsx +++ b/web/app/components/app/create-app-dialog/appForm.tsx @@ -23,11 +23,13 @@ import TooltipPlus from '@/app/components/base/tooltip-plus' export type AppFormProps = { onConfirm: () => void onHide: () => void + onTipChange: (tip: string) => void } const AppForm = ({ onConfirm, onHide, + onTipChange, }: AppFormProps) => { const { t } = useTranslation() const router = useRouter() @@ -89,7 +91,7 @@ const AppForm = ({ return (