@asaleh37/ui-base 25.9.6-4 → 25.9.6-5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asaleh37/ui-base",
3
- "version": "25.9.6-4",
3
+ "version": "25.9.6-5",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Ahmed Saleh Mohamed",
@@ -229,6 +229,7 @@ const TemplateForm: React.FC<TemplateFormProps> = (
229
229
  }}
230
230
  cancelActionCallBk={() => {
231
231
  setWorkflowWindowState(false);
232
+ loadRecord();
232
233
  }}
233
234
  />
234
235
  </WorkflowWindow>
@@ -123,7 +123,7 @@ const WorkflowDocumentPanel: React.FC<WorkflowDocumentPanelProps> = (props) => {
123
123
  refDocumentId: props.refDocumentId,
124
124
  },
125
125
  successCallBkFn: (response: any) => {
126
- setWorkflowDocumentInfo(structuredClone(response.data));
126
+ setWorkflowDocumentInfo(structuredClone(response.data));
127
127
  },
128
128
  failureCallBkFn: () => {
129
129
  setWorkflowDocumentInfo({