Skip to content

Commit f4410b2

Browse files
fix: fix
1 parent a89f28a commit f4410b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/tool/component/ToolListContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ function openCreateDialog(data?: any) {
386386
if (data) {
387387
loadSharedApi({ type: 'tool', systemType: type.value })
388388
.getToolById(data?.id, loading)
389-
.then((res) => {
389+
.then((res: any) => {
390390
ToolFormDrawerRef.value.open(res.data)
391391
})
392392
} else {

0 commit comments

Comments
 (0)