This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: make repo not optional

+2 -2
+2 -2
src/features/takes/handlers/settings.ts
··· 130 130 { 131 131 type: "input", 132 132 block_id: "repo_link", 133 - optional: true, 133 + optional: false, 134 134 label: { 135 135 type: "plain_text", 136 136 text: "Repository Link", ··· 141 141 initial_value: initialValues.repo_link, 142 142 placeholder: { 143 143 type: "plain_text", 144 - text: "Optional: Add a link to your repository", 144 + text: "Add a link to your repository", 145 145 }, 146 146 }, 147 147 },