chore: changelog

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-01-31 13:50:28 +01:00
parent 468cbbf55f
commit 2d66fca317
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -693,6 +693,7 @@ export interface LogViewerProps {
classes?: {
root?: string;
};
tail?: boolean;
text: string;
}
@@ -16,7 +16,7 @@
import { IconComponent, useApp, useRouteRef } from '@backstage/core-plugin-api';
import { entityRouteRef } from '@backstage/plugin-catalog-react';
import { ScaffolderTaskOutput } from '@backstage/plugin-scaffolder-react';
import { Box, Button, makeStyles, Link } from '@material-ui/core';
import { Button, makeStyles, Link } from '@material-ui/core';
import React from 'react';
import WebIcon from '@material-ui/icons/Web';
import { parseEntityRef } from '@backstage/catalog-model';