Skip to content

Commit ffa0332

Browse files
authored
update: use_taskiq tooltip (#49)
1 parent 363c7df commit ffa0332

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fastapi_forge/frontend/panels/project_config_panel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def _build(self) -> None:
183183
on_change=self._update_taskiq_state,
184184
)
185185
.classes("w-full")
186+
.tooltip("Requires Redis and RabbitMQ to be enabled.")
186187
.bind_value_from(state, "use_taskiq")
187188
)
188189

0 commit comments

Comments
 (0)