1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00

style: fix unformatted file

This commit is contained in:
Youssef 2022-02-25 14:41:54 +01:00
parent 19abd37b60
commit 5a813743a2

View File

@ -55,7 +55,7 @@ export const EditContext = () => {
const handleSubmit = async (e: Event) => {
e.preventDefault();
const payload = getContextPayload();
try {
await updateContext(payload);
refetch();