diff --git a/Shifty.App/Components/ProductManager.razor b/Shifty.App/Components/ProductManager.razor index e0733d5..4e2e9d3 100644 --- a/Shifty.App/Components/ProductManager.razor +++ b/Shifty.App/Components/ProductManager.razor @@ -8,6 +8,7 @@ @using Components @inject ISnackbar Snackbar @inject IProductService ProductService +@inject IJSRuntime JSRuntime