Updated inventory modal styling and added inventory button to card grid
This commit is contained in:
@@ -7,8 +7,8 @@ export const prerender = false;
|
||||
import * as util from 'util';
|
||||
|
||||
// auth check for inventory management features
|
||||
//const { canAddInventory } = Astro.locals;
|
||||
const canAddInventory = false;
|
||||
const { canAddInventory } = Astro.locals;
|
||||
// const canAddInventory = false;
|
||||
|
||||
// all the facet fields we want to use for filtering
|
||||
const facetFields:any = {
|
||||
|
||||
Reference in New Issue
Block a user