remove unused var
This commit is contained in:
parent
781e9cdb79
commit
68cc693e3f
@ -85,7 +85,7 @@ function AddLocation() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const res = await createLocationService(formData)
|
await createLocationService(formData)
|
||||||
alert("Location Added")
|
alert("Location Added")
|
||||||
|
|
||||||
} catch(error) {
|
} catch(error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user