Add objectData to state in DocumentTemplateDesign component for improved data handling and management.
This commit is contained in:
parent
800e0d82a2
commit
8993caeac5
@ -41,7 +41,8 @@ const DocumentTemplateDesign = () => {
|
||||
editLoading: false,
|
||||
formValid: false,
|
||||
locked: false,
|
||||
loading: false
|
||||
loading: false,
|
||||
objectData: {}
|
||||
})
|
||||
|
||||
const actions = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user