@7shifts/sous-chef 3.39.1-beta0 → 3.40.0

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
@@ -8774,6 +8774,7 @@ var DataTableEmptyState = function DataTableEmptyState(_ref) {
8774
8774
  mediaUrl: "",
8775
8775
  mediaComponent: React__default.createElement(EmptyStateIllustration, null),
8776
8776
  title: customEmptyState ? customEmptyState.title : translate('emptyStateTitle'),
8777
+ actions: customEmptyState && customEmptyState.actions,
8777
8778
  size: "small"
8778
8779
  }, customEmptyState ? customEmptyState.caption : translate('emptyStateCaption')))));
8779
8780
  };