Skip to content

Commit c13eba0

Browse files
committed
Fixed js window
1 parent 40e0a4d commit c13eba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/js/JsDialogWindow.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class JsDialogWindow(val model: JsTestsModel): DialogWrapper(model.project) {
1313

1414
private val items = model.fileMethods
1515

16-
private val functionsTable = JSMemberSelectionTable(items, null, "").apply {
16+
private val functionsTable = JSMemberSelectionTable(items, null, null).apply {
1717
items?.let {
1818
val height = this.rowHeight * (items.size.coerceAtMost(12) + 1)
1919
this.preferredScrollableViewportSize = JBUI.size(-1, height)

0 commit comments

Comments
 (0)