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:
parent
19abd37b60
commit
5a813743a2
@ -55,7 +55,7 @@ export const EditContext = () => {
|
|||||||
const handleSubmit = async (e: Event) => {
|
const handleSubmit = async (e: Event) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
const payload = getContextPayload();
|
const payload = getContextPayload();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await updateContext(payload);
|
await updateContext(payload);
|
||||||
refetch();
|
refetch();
|
||||||
|
Loading…
Reference in New Issue
Block a user