feat: support workflow version specification in workflow and chat APIs (#23188)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -29,9 +29,12 @@ const useContextMenu = (props: ContextMenuProps) => {
|
||||
key: VersionHistoryContextMenuOptions.edit,
|
||||
name: t('workflow.versionHistory.nameThisVersion'),
|
||||
},
|
||||
{
|
||||
key: VersionHistoryContextMenuOptions.copyId,
|
||||
name: t('workflow.versionHistory.copyId'),
|
||||
},
|
||||
]
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [isNamedVersion])
|
||||
}, [isNamedVersion, t])
|
||||
|
||||
return {
|
||||
deleteOperation,
|
||||
|
||||
Reference in New Issue
Block a user