mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: Use relative timestamp for workspaces page Storybook (#1505)
This commit is contained in:
@ -112,7 +112,7 @@ export const MockWorkspaceAutostopEnabled: TypesGen.UpdateWorkspaceAutostartRequ
|
||||
export const MockWorkspaceBuild: TypesGen.WorkspaceBuild = {
|
||||
after_id: "",
|
||||
before_id: "",
|
||||
created_at: new Date().toDateString(),
|
||||
created_at: new Date().toString(),
|
||||
id: "test-workspace-build",
|
||||
initiator_id: "",
|
||||
job: MockProvisionerJob,
|
||||
|
Reference in New Issue
Block a user