We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a0e5d commit cdfca9eCopy full SHA for cdfca9e
1 file changed
src/vtk_prompt/ui/layout/content.py
@@ -119,7 +119,6 @@ def build_content(layout: Any, app: Any) -> None:
119
loading=("trame__busy", False),
120
click=app.ctrl.generate_code,
121
classes="my-2",
122
- disabled="is_viewing_history || !query_text.trim()",
123
v_show="api_token.trim()",
124
)
125
vuetify.VBtn(
0 commit comments