Skip to content

Commit

Permalink
Update packages/dsfr-doc-publisher/src/component/components/display-b…
Browse files Browse the repository at this point in the history
…ody.js
  • Loading branch information
lab9fr authored Dec 13, 2024
1 parent 1cda3ba commit 63322d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component } from '../component.js';

const getradioData = (id, label, pictogram, hint) => {
const getRadioData = (id, label, pictogram, hint) => {
const radio = {
type: 'radio',
inline: false,
Expand Down

0 comments on commit 63322d2

Please sign in to comment.