mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
Filesystem Sync (#142)
This commit is contained in:
@@ -13,7 +13,6 @@ export function useUpdateEnvironment(id: string | null) {
|
||||
unknown,
|
||||
Partial<Environment> | ((r: Environment) => Environment)
|
||||
>({
|
||||
toastyError: true,
|
||||
mutationKey: ['update_environment', id],
|
||||
mutationFn: async (v) => {
|
||||
const environment = await getEnvironment(id);
|
||||
|
||||
Reference in New Issue
Block a user