You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we always have a column for item images on the Active.tsx page for admins and staff. We now want this column to not show if the user has CUC permissions, and to show otherwise. Similarly, the image field on the AddItemButton.tsx and EditItem.tsx should not be shown if the user has CUC permissions.
The text was updated successfully, but these errors were encountered:
Description
Right now we always have a column for item images on the
Active.tsx
page for admins and staff. We now want this column to not show if the user has CUC permissions, and to show otherwise. Similarly, the image field on theAddItemButton.tsx
andEditItem.tsx
should not be shown if the user has CUC permissions.The text was updated successfully, but these errors were encountered: