feat: add db selection for new key dialog

refactor: remove unused code
This commit is contained in:
tiny-craft
2023-07-03 17:53:28 +08:00
parent 0f29a3c34f
commit 62d6924541
13 changed files with 133 additions and 103 deletions

View File

@@ -313,8 +313,6 @@ const handleDrop = ({ node, dragNode, dropPosition }) => {
connectionStore.connections = Array.from(connectionStore.connections)
saveSort()
}
const saveDrop = () => {}
</script>
<template>