fix: add semi
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
},
|
||||
onDeleteNode: {
|
||||
type: Function,
|
||||
default: (confirm) => {confirm()
|
||||
default: confirm => { confirm() }
|
||||
},
|
||||
defaultExpanded: {
|
||||
type: Boolean,
|
||||
|
Reference in New Issue
Block a user