Skip to content

Commit cdfca9e

Browse files
committed
Do not disable generate code button
Signed-off-by: Brianna Major <brianna.major@kitware.com>
1 parent f5a0e5d commit cdfca9e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vtk_prompt/ui/layout/content.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def build_content(layout: Any, app: Any) -> None:
119119
loading=("trame__busy", False),
120120
click=app.ctrl.generate_code,
121121
classes="my-2",
122-
disabled="is_viewing_history || !query_text.trim()",
123122
v_show="api_token.trim()",
124123
)
125124
vuetify.VBtn(

0 commit comments

Comments
 (0)