Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Next Next commit
chore: organization name -> organization slug
  • Loading branch information
Emyrk committed Sep 26, 2024
commit 1c62d338ab7cca03a7dfd2c0832d3e54081e69ca
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const CreateOrganizationPageView: FC<
onChange={onChangeTrimmed(form)}
autoFocus
fullWidth
label="Name"
label="Slug"
/>
<TextField
{...getFieldHelpers("display_name")}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const OrganizationSettingsPageView: FC<
onChange={onChangeTrimmed(form)}
autoFocus
fullWidth
label="Name"
label="Slug"
/>
<TextField
{...getFieldHelpers("display_name")}
Expand Down
Loading