UNPKG

@digital-ai/plugin-dai-release

Version:

Frontend functionalities for the dai-release backstage plugin

12 lines (9 loc) 594 B
import { Page, Content, WarningPanel } from '@backstage/core-components'; import { Paper } from '@material-ui/core'; import React from 'react'; function ReleaseResponseErrorPanel(props) { const { error } = props; return /* @__PURE__ */ React.createElement(Page, { themeId: "home" }, /* @__PURE__ */ React.createElement(Content, { noPadding: true }, /* @__PURE__ */ React.createElement(Paper, { elevation: 1 }, /* @__PURE__ */ React.createElement(WarningPanel, { title: error.message })))); } export { ReleaseResponseErrorPanel }; //# sourceMappingURL=ReleaseResponseErrorPanel.esm.js.map