chore: fix stories errors
ci/woodpecker/push/woodpecker Pipeline failed Details

feat/axum
Tomáš Mládek 2023-09-07 20:55:30 +02:00
parent 769b62d02e
commit b909e2d978
1 changed files with 0 additions and 9 deletions

View File

@ -14,21 +14,12 @@ const meta: Meta<BlobViewer> = {
title: "Blobs/BlobViewer",
component: BlobViewer,
tags: ["autodocs"],
args: {
editable: false,
},
argTypes: {
detail: {
control: {
type: "boolean",
},
},
editable: {
control: {
type: "boolean",
default: false,
},
},
},
// eslint-disable-next-line @typescript-eslint/no-explicit-any
decorators: [() => RouterDecorator as any],