Made form transient #1.1.0.rc2

This commit is contained in:
Sven Heidemann 2023-08-16 18:47:13 +02:00
parent 195566a2b6
commit c2b32996fd

View File

@ -56,8 +56,8 @@ class BaseModule(ModuleABC):
services.add_transient(UserWarningsService)
# forms
services.add_singleton(BugReportForm)
services.add_singleton(ComplaintForm)
services.add_transient(BugReportForm)
services.add_transient(ComplaintForm)
# commands
self._dc.add_command(AFKCommand)