We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600d71f commit d171395Copy full SHA for d171395
src/murfey/client/tui/screens.py
@@ -761,6 +761,8 @@ def on_button_pressed(self, event: Button.Pressed):
761
762
763
class VisitCreation(Screen):
764
+ # This allows for the manual creation of a visit name when there is no LIMS system to provide it
765
+ # Shares a lot of code with VisitSelection, should be neatened up at some point
766
visit_name: reactive[str] = reactive("")
767
768
def __init__(self, *args, **kwargs):
0 commit comments