Skip to content

Commit

Permalink
fix: update content set id
Browse files Browse the repository at this point in the history
  • Loading branch information
RutvikGhaskataEalf committed Dec 18, 2024
1 parent 99c24a0 commit 994120d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/Feedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const NO_TAGS = [
{ value: "other-no", title: "Another reason" },
];

const FEEDBACK_CONTENT_SET_ID = "d069bd2e-19d3-405c-9198-a8f005883f6b";
const FEEDBACK_CONTENT_SET_ID = "ef48ea6a-517e-47dc-b390-c083ecf3b99e";

const Feedback = () => {
const [choice, setChoice] = useState<"y" | "n">();
Expand Down

0 comments on commit 994120d

Please sign in to comment.