refactor: better toast messages + minor ui improvements
This commit is contained in:
@@ -216,7 +216,6 @@ export async function setProviderInfo(id: string, token: string) {
|
||||
.catch((e) => console.error("error updating", us, e))
|
||||
} catch (e) {
|
||||
console.error("error updating", e)
|
||||
|
||||
throw e
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,6 @@ async function writeEnvironments(environment: Environment[]) {
|
||||
.set(ev)
|
||||
} catch (e) {
|
||||
console.error("error updating", ev, e)
|
||||
|
||||
throw e
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user