commit
809c3e24fb
2 changed files with 0 additions and 2 deletions
|
@ -814,7 +814,6 @@ export default function Gallery() {
|
|||
typeof value === 'function'
|
||||
? value(attributes)
|
||||
: { ...attributes, ...value };
|
||||
console.log('value', attributes, updatedAttributes);
|
||||
const updatedAttributesList = attributes
|
||||
? prev.map((attr) =>
|
||||
attr.id === id ? updatedAttributes : attr
|
||||
|
|
|
@ -147,7 +147,6 @@ export default function PublicCollectionGallery() {
|
|||
typeof value === 'function'
|
||||
? value(attributes)
|
||||
: { ...attributes, ...value };
|
||||
console.log('value', attributes, updatedAttributes);
|
||||
const updatedAttributesList = attributes
|
||||
? prev.map((attr) =>
|
||||
attr.id === id ? updatedAttributes : attr
|
||||
|
|
Loading…
Add table
Reference in a new issue