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