We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363c7df commit ffa0332Copy full SHA for ffa0332
1 file changed
fastapi_forge/frontend/panels/project_config_panel.py
@@ -183,6 +183,7 @@ def _build(self) -> None:
183
on_change=self._update_taskiq_state,
184
)
185
.classes("w-full")
186
+ .tooltip("Requires Redis and RabbitMQ to be enabled.")
187
.bind_value_from(state, "use_taskiq")
188
189
0 commit comments