fix: resolve typescript and build errors across admin and guest apps
This commit is contained in:
@@ -544,6 +544,7 @@ function PreviewStep({
|
||||
presets,
|
||||
textFields,
|
||||
qrUrl,
|
||||
qrImage,
|
||||
onExport,
|
||||
}: {
|
||||
onBack: () => void;
|
||||
@@ -552,6 +553,7 @@ function PreviewStep({
|
||||
presets: { id: string; src: string; label: string }[];
|
||||
textFields: { headline: string; subtitle: string; description: string; instructions: string[] };
|
||||
qrUrl: string;
|
||||
qrImage: string;
|
||||
onExport: (format: 'pdf' | 'png') => void;
|
||||
}) {
|
||||
const { t } = useTranslation('management');
|
||||
|
||||
Reference in New Issue
Block a user