Skip to content

Commit

Permalink
fix: fix wrong section
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Aug 28, 2024
1 parent e73f12c commit 914acf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from '../../../components'
import { SECTIONS_MAP } from '../../../lib'

const section = SECTIONS_MAP.categoryCombo
const section = SECTIONS_MAP.categoryOptionCombo

export const CategoryOptionComboFormFields = () => {
return (
Expand Down

0 comments on commit 914acf0

Please sign in to comment.