Skip to content

Commit 6cb18dc

Browse files
committed
fix(QEditor): addition to previous commit
1 parent ead112d commit 6cb18dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/editor/editor-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function getDropdown (h, vm, btn) {
136136
class: active ? activeClass : inactiveClass,
137137
props: { side: true }
138138
}, [
139-
h(QIcon, { props: { name: icon } })
139+
h(QIcon, { props: { name: btn.icon !== null ? btn.icon : void 0 } })
140140
]),
141141

142142
h(QItemSection, [

0 commit comments

Comments
 (0)