fix: ShipAttribute storybook uses invalid attribute-name (#19)
The name changed a while ago from cpuUsage to cpuUsed.
This commit is contained in:
@@ -31,7 +31,7 @@ const withShipSnapshotProvider: Decorator<{name: string}> = (Story, context) =>
|
||||
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
name: "cpuUsage",
|
||||
name: "cpuUsed",
|
||||
},
|
||||
decorators: [withShipSnapshotProvider],
|
||||
parameters: {
|
||||
|
||||
Reference in New Issue
Block a user