fix: make the shelf menus actually work

This commit is contained in:
2024-02-12 19:04:40 -06:00
parent a59702182f
commit 4e301c29fc
7 changed files with 43 additions and 9 deletions

View File

@@ -47,7 +47,8 @@ type ShelfEditDialog struct {
logger *zap.Logger
client *api.APIClient
shelf *types.ShelfLocation
buildingList []*types.Building
buildingList []*types.Building
shelfNameField *tview.InputField
shelfRoomField *tview.InputField