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,
|
editLoading: false,
|
||||||
formValid: false,
|
formValid: false,
|
||||||
locked: false,
|
locked: false,
|
||||||
loading: false
|
loading: false,
|
||||||
|
objectData: {}
|
||||||
})
|
})
|
||||||
|
|
||||||
const actions = {
|
const actions = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user