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) => {
|
||||
e.preventDefault();
|
||||
const payload = getContextPayload();
|
||||
|
||||
|
||||
try {
|
||||
await updateContext(payload);
|
||||
refetch();
|
||||
|
Loading…
Reference in New Issue
Block a user