@giteeteam/apps-team-components 1.7.2 → 1.7.3
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.
|
@@ -206,7 +206,7 @@ const TransitionPanel = ({ itemId, itemType, workspace, objectId, onTransitionSu
|
|
|
206
206
|
useEffect(() => {
|
|
207
207
|
logger('updateWorkflowMessage', statusId);
|
|
208
208
|
updateWorkflowMessage(workflowData, statusId, checkResultList);
|
|
209
|
-
}, [statusId, workflowData, checkResultList, itemData
|
|
209
|
+
}, [statusId, workflowData, checkResultList, itemData]);
|
|
210
210
|
const refreshItem = useCallback((status) => {
|
|
211
211
|
if (newItem.current !== itemId) {
|
|
212
212
|
return;
|