chore: set sh-admin and selfhost-web version to 2023.4.0
This commit is contained in:
@@ -89,7 +89,7 @@ export const storeSyncDefinition: StoreSyncDefinitionOf<
|
||||
updateUserEnvironment(backendId, updatedEnv)()
|
||||
}
|
||||
},
|
||||
async deleteEnvironment({ _, envID }) {
|
||||
async deleteEnvironment({ envID }) {
|
||||
if (envID) {
|
||||
await deleteUserEnvironment(envID)()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user