Skip to content

Commit

Permalink
Set public as default for feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Aug 18, 2024
1 parent 04194ab commit f7117d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/modals/feedback/FeedbackModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function FeedbackModal({

const [email, setEmail] = React.useState("");
const [permissions, setPermissions] = React.useState<"public" | "private">(
"private",
"public",
);

React.useEffect(() => {
Expand Down

0 comments on commit f7117d7

Please sign in to comment.