mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
trying to resolve Chromatic CI failures (#2350)
This commit is contained in:
@@ -53,13 +53,6 @@ AllStates.args = {
|
||||
].map((data) => spawn(workspaceItemMachine.withContext({ data }))),
|
||||
}
|
||||
|
||||
export const Outdated = Template.bind({})
|
||||
Outdated.args = {
|
||||
workspaceRefs: [createWorkspaceWithStatus("running", "stop", true)].map((data) =>
|
||||
spawn(workspaceItemMachine.withContext({ data })),
|
||||
),
|
||||
}
|
||||
|
||||
export const OwnerHasNoWorkspaces = Template.bind({})
|
||||
OwnerHasNoWorkspaces.args = {
|
||||
workspaceRefs: [],
|
||||
|
||||
Reference in New Issue
Block a user