We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89f28a commit f4410b2Copy full SHA for f4410b2
ui/src/views/tool/component/ToolListContainer.vue
@@ -386,7 +386,7 @@ function openCreateDialog(data?: any) {
386
if (data) {
387
loadSharedApi({ type: 'tool', systemType: type.value })
388
.getToolById(data?.id, loading)
389
- .then((res:) => {
+ .then((res: any) => {
390
ToolFormDrawerRef.value.open(res.data)
391
})
392
} else {
0 commit comments