1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

fix: merge conflicts

This commit is contained in:
Youssef 2022-02-25 13:49:59 +01:00
parent 4898eee8d8
commit 9c48d0c63f
2 changed files with 4 additions and 4 deletions

View File

@ -47,8 +47,8 @@ export const CreateContext = () => {
confetti: true, confetti: true,
type: 'success', type: 'success',
}); });
} catch (err: unknown) { } catch (error: unknown) {
setToastApiError(formatUnknownError(err)); setToastApiError(formatUnknownError(error));
} }
} }
}; };