Skip to content

Commit 348aa6f

Browse files
Remove stuff
Co-authored-by: Brad Harris <[email protected]>
1 parent 9a31528 commit 348aa6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/dashboard/src/configurations/detail/ConfigurationWorkspaces.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ export default function ConfigurationWorkspacesSettings({ repository }: Reposito
3939

4040
const setWorkspaceClass = useCallback(
4141
async (value: string) => {
42-
const before = repository.settings?.workspaceClasses?.regular;
4342
updateRepositorySettings({
4443
workspaceClasses: { ...repository.settings?.workspaceClasses, regular: value },
4544
});
46-
return before;
4745
},
4846
[repository, updateRepositorySettings],
4947
);

0 commit comments

Comments
 (0)