diff --git a/CutList.Web/Components/Pages/Jobs/Edit.razor b/CutList.Web/Components/Pages/Jobs/Edit.razor index 625e0cb..6011c31 100644 --- a/CutList.Web/Components/Pages/Jobs/Edit.razor +++ b/CutList.Web/Components/Pages/Jobs/Edit.razor @@ -229,92 +229,226 @@ else } -@* Import Stock Modal *@ -@if (showImportModal) +@* Add/Edit Stock Modal *@ +@if (showStockModal) {