fix: ShipAttribute storybook uses invalid attribute-name (#19)

The name changed a while ago from cpuUsage to cpuUsed.
This commit is contained in:
Patric Stout
2023-11-24 14:07:24 +01:00
committed by GitHub
parent 390c92b2dc
commit eebb2eba93

View File

@@ -31,7 +31,7 @@ const withShipSnapshotProvider: Decorator<{name: string}> = (Story, context) =>
export const Default: Story = {
args: {
name: "cpuUsage",
name: "cpuUsed",
},
decorators: [withShipSnapshotProvider],
parameters: {