Chore: Fix typo

This commit is contained in:
Nelson Chan 2023-01-03 12:16:25 +08:00
parent e9564619f1
commit 9c1ba97e7d

View File

@ -73,7 +73,7 @@ export default {
emits: [ "added" ],
data() {
return {
model: null,
modal: null,
processing: false,
id: null,
connectionTypes: [ "socket", "tcp" ],