Skip to content

Commit 47ea13b

Browse files
committed
fix: remove formData passing
1 parent f5b21fa commit 47ea13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/form/components/AdminFormDetailPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const AdminFormDetailPage = () => {
145145
)}
146146
{activeTab === "edit" && !sectionId && (
147147
<div className={styles.edit}>
148-
<AdminFormEditPage formData={formQuery.data} />
148+
<AdminFormEditPage />
149149
</div>
150150
)}
151151
{activeTab === "edit" && sectionId && (

0 commit comments

Comments
 (0)