Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Nov 11, 2024
1 parent 1865386 commit 3ad2fc1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/form/sectionedForm/useSelectedSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ const defaultSetHandlerOptions: UseSelectedSectionSetHandlerOptions = {

export const FORM_SECTION_PARAM_KEY = 'section'

export const getSectionSearchParam = (section: string) => {
return `${FORM_SECTION_PARAM_KEY}=${section}`
}

export const scrollToSection = (
section: string,
scrollOptions?: ScrollOptions
Expand Down

0 comments on commit 3ad2fc1

Please sign in to comment.