react-wizard-engine 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1752,7 +1752,7 @@ function WizardBack(props) {
1752
1752
  {
1753
1753
  asChild: props.asChild,
1754
1754
  className: props.className,
1755
- defaultLabel: "Back",
1755
+ defaultLabel: wizard.configOptions.backBtnText ?? "Back",
1756
1756
  onClick: () => void wizard.back(),
1757
1757
  variant: "ghost",
1758
1758
  children: props.children