Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Orbit ships with a comprehensive set of management tools out of the box:
| **Documentation** | Host your group's docs natively inside Orbit |
| **Policies** | Create and assign policy documents for members to review and sign |
| **Sessions** | Schedule and host sessions with minimal overhead |
| **Forms** | Build custom forms, manage submissions, and track analytics from a single dashboard. |

---

Expand Down
8 changes: 1 addition & 7 deletions components/settings/general/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,8 @@ const Forms: FC<props> = (props) => {
<p className="text-xs text-zinc-500 dark:text-zinc-400">Create, customize, and manage workspace forms for collecting structured data, submissions, and user input across your workspace (<strong>Coming Soon</strong>)</p>
</div>
</div>
{/*<SwitchComponenet
checked={workspace.settings?.policiesEnabled}
label=""
classoverride="mt-0"
/>*/}
<SwitchComponenet
checked={false}
disabled
checked={workspace.settings?.policiesEnabled}
label=""
classoverride="mt-0"
/>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading
Loading