in website/src/components/gallery/ShowcaseTagSelect/index.tsx [43:51]
state: prepareUserState(),
});
};
const template = id.replace("showcase_checkbox_id_", "");
const contentForAdobeAnalytics = `{\"id\":\"${template}\",\"cN\":\"Tags\"}`;
const toggleCheck = (tag: TagType) => {
if (selectedCheckbox.includes(tag)) {