Skip to content

Commit

Permalink
Update packages/slice-machine/src/legacy/lib/builders/common/Zone/Car…
Browse files Browse the repository at this point in the history
…d/components/Hints/index.tsx
  • Loading branch information
dani-mp authored Nov 4, 2024
1 parent df78ab0 commit 3c6fc43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Hint: React.FC<HintProps> = ({
}) => {
const fieldPathString = renderHintBase({ item });

const snippetCacheKey: string[] = [item.value.type];
const snippetCacheKey = [fieldPathString];
if (item.value.type === "Link") {
if (item.value.config?.allowText ?? false)
snippetCacheKey.push("allowText");
Expand Down

0 comments on commit 3c6fc43

Please sign in to comment.