From 3ad2fc1ad56717d68ba49a834ee35cadd0a098e3 Mon Sep 17 00:00:00 2001 From: Birk Johansson Date: Mon, 11 Nov 2024 13:45:36 +0100 Subject: [PATCH] refactor: remove unused code --- src/lib/form/sectionedForm/useSelectedSection.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/form/sectionedForm/useSelectedSection.ts b/src/lib/form/sectionedForm/useSelectedSection.ts index deb8783e9..944ea7de6 100644 --- a/src/lib/form/sectionedForm/useSelectedSection.ts +++ b/src/lib/form/sectionedForm/useSelectedSection.ts @@ -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