Skip to content

Commit 1f540de

Browse files
committed
fix(connection): unnecessary rerender of file input
1 parent 5d0f4d0 commit 1f540de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgen/ui/components/frontend/js/components/connection_form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ const BigqueryForm = (
11031103

11041104
div(
11051105
{ class: 'text-caption text-right' },
1106-
`Project ID: ${projectId.val}`,
1106+
() => `Project ID: ${projectId.val}`,
11071107
),
11081108
),
11091109
);

0 commit comments

Comments
 (0)