Add objectData to state in DocumentTemplateDesign component for improved data handling and management.

This commit is contained in:
Tom Butcher 2025-09-05 23:21:24 +01:00
parent 800e0d82a2
commit 8993caeac5

View File

@ -41,7 +41,8 @@ const DocumentTemplateDesign = () => {
editLoading: false,
formValid: false,
locked: false,
loading: false
loading: false,
objectData: {}
})
const actions = {