Skip to content

Commit

Permalink
fix: add name option to id scheme selector
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminic committed Feb 5, 2025
1 parent c06b8f1 commit 55e342b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Inputs/IdScheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { IdScheme as IdSchemeGeneric } from '../index.js'
const idSchemeOptions = [
{ value: 'UID', label: i18n.t('Uid') },
{ value: 'CODE', label: i18n.t('Code') },
{ value: 'NAME', label: i18n.t('Name') },
]
const defaultIdSchemeOption = idSchemeOptions[0].value

Expand Down

0 comments on commit 55e342b

Please sign in to comment.