Skip to content

Commit d171395

Browse files
committed
Explanatory comment
1 parent 600d71f commit d171395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/murfey/client/tui/screens.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ def on_button_pressed(self, event: Button.Pressed):
761761

762762

763763
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
764766
visit_name: reactive[str] = reactive("")
765767

766768
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)