some print debugging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-05 10:09:24 +01:00
parent a147b47296
commit 37294aaae6

View File

@@ -76,6 +76,7 @@ class NewMedicineState(rx.State):
statement = select(Owner)
results = session.exec(statement)
owners = results.all()
print(owners)
return [owner.name for owner in owners]
def do_show_med_add_form(self):