File tree 1 file changed +4
-4
lines changed
site/src/components/Workspace
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Error.args = {
75
75
[ WorkspaceErrors . BUILD_ERROR ] : Mocks . makeMockApiError ( {
76
76
message : "A workspace build is already active." ,
77
77
} ) ,
78
- }
78
+ } ,
79
79
}
80
80
81
81
export const Deleting = Template . bind ( { } )
@@ -104,7 +104,7 @@ Canceled.args = {
104
104
[ WorkspaceErrors . CANCELLATION_MESSAGE ] : Mocks . makeMockApiError ( {
105
105
message : "Job has been marked as canceled..." ,
106
106
} ) ,
107
- }
107
+ } ,
108
108
}
109
109
110
110
export const Outdated = Template . bind ( { } )
@@ -120,7 +120,7 @@ GetBuildsError.args = {
120
120
[ WorkspaceErrors . GET_BUILDS_ERROR ] : Mocks . makeMockApiError ( {
121
121
message : "There is a problem fetching builds." ,
122
122
} ) ,
123
- }
123
+ } ,
124
124
}
125
125
126
126
export const GetResourcesError = Template . bind ( { } )
@@ -130,5 +130,5 @@ GetResourcesError.args = {
130
130
[ WorkspaceErrors . GET_RESOURCES_ERROR ] : Mocks . makeMockApiError ( {
131
131
message : "There is a problem fetching workspace resources." ,
132
132
} ) ,
133
- }
133
+ } ,
134
134
}
You can’t perform that action at this time.
0 commit comments