We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a0e5d commit cfbb12dCopy full SHA for cfbb12d
1 file changed
src/vtk_prompt/ui/layout/content.py
@@ -82,10 +82,6 @@ def build_content(layout: Any, app: Any) -> None:
82
placeholder=("e.g., Create a red sphere with lighting"),
83
hide_details=True,
84
no_resize=True,
85
- disabled=(
86
- "is_viewing_history",
87
- False,
88
- ),
89
)
90
with vuetify.VBtn(
91
color=(
@@ -119,7 +115,6 @@ def build_content(layout: Any, app: Any) -> None:
119
115
loading=("trame__busy", False),
120
116
click=app.ctrl.generate_code,
121
117
classes="my-2",
122
- disabled="is_viewing_history || !query_text.trim()",
123
118
v_show="api_token.trim()",
124
125
vuetify.VBtn(
0 commit comments