mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
fix: fix
This commit is contained in:
parent
a89f28a2ae
commit
f4410b25ce
|
|
@ -386,7 +386,7 @@ function openCreateDialog(data?: any) {
|
|||
if (data) {
|
||||
loadSharedApi({ type: 'tool', systemType: type.value })
|
||||
.getToolById(data?.id, loading)
|
||||
.then((res:) => {
|
||||
.then((res: any) => {
|
||||
ToolFormDrawerRef.value.open(res.data)
|
||||
})
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue