Remove old version

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2024-10-16 17:22:41 +01:00
parent 1b7d6637a1
commit f80adb7221
10 changed files with 8 additions and 12477 deletions
@@ -14,6 +14,13 @@
* limitations under the License.
*/
// TODO: Fix this story
// There's a bug in Storybook that causes the build to fail
// when using the `useEntityPermission` hook
// https://github.com/storybookjs/storybook/issues/29378
// This has been reported and it should hopefully be fixed after 8.4
import { GroupEntity } from '@backstage/catalog-model';
import {
CatalogApi,
@@ -59,7 +66,7 @@ const defaultEntity: GroupEntity = {
};
const catalogApi: Partial<CatalogApi> = {
async refreshEntity() {},
async refreshEntity() { },
};
const permissionApi: typeof permissionApiRef.T = {