Fix incorrect CSS prefix on DDF wizard.
This commit is contained in:
parent
7c16c6c3d0
commit
d3a5a3adc1
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ const CreateImageWizard = () => {
|
|||
{
|
||||
component: componentTypes.WIZARD,
|
||||
name: 'image-builder-wizard',
|
||||
className: 'image-builder',
|
||||
className: 'image_builder',
|
||||
isDynamic: true,
|
||||
inModal: true,
|
||||
buttonLabels: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue