Skip to content

Commit

Permalink
Change component name
Browse files Browse the repository at this point in the history
  • Loading branch information
RunarVestmann committed Oct 15, 2024
1 parent bb8fd2e commit 7ae9480
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import slugify from '@sindresorhus/slugify'

const DEBOUNCE_TIME = 100

const OrganizationSubpageSlugField = () => {
const ProjectSubpageSlugField = () => {
const sdk = useSDK<FieldExtensionSDK>()
const cma = useCMA()
const [value, setValue] = useState(sdk.field?.getValue() ?? '')
Expand Down Expand Up @@ -148,4 +148,4 @@ const OrganizationSubpageSlugField = () => {
)
}

export default OrganizationSubpageSlugField
export default ProjectSubpageSlugField

0 comments on commit 7ae9480

Please sign in to comment.