Remove click action from item details primary image

This commit is contained in:
Bill Thornton
2023-10-15 02:02:51 -04:00
parent bfbdffdff5
commit 92ed674e7e
4 changed files with 76 additions and 25 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
enum CardShape {
export enum CardShape {
Backdrop = 'backdrop',
BackdropOverflow = 'overflowBackdrop',
Banner = 'banner',
Portrait = 'portrait',
PortraitOverflow = 'overflowPortrait',
Square = 'square',