@quadrel-enterprise-ui/framework 19.5.0 → 19.5.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.
@@ -29509,7 +29509,7 @@ class QdPageComponent {
29509
29509
  {
29510
29510
  key: 'saveDraft',
29511
29511
  action: {
29512
- titleI18n: 'i18n.qd.page.footer.saveDraft',
29512
+ titleI18n: pageTypeConfig.saveDraft?.label?.i18n ?? 'i18n.qd.page.footer.saveDraft',
29513
29513
  type: QdFooterActionType.Secondary,
29514
29514
  handler: () => pageTypeConfig?.saveDraft?.handler(),
29515
29515
  isVisible: true,