Skip to content

Commit a8dc3c5

Browse files
committed
Fixing typo
1 parent 09299eb commit a8dc3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/map-projects/MapProject.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ const MapProject = () => {
504504
setProject(response.data)
505505
if(response.data.url)
506506
history.push(response.data.url)
507-
baseSetAlert({severity: 'success', message: 'Succesffully Saved.', duration: 2000})
507+
baseSetAlert({severity: 'success', message: 'Successfully Saved.', duration: 2000})
508508
APIService.new().overrideURL(response.data.url).appendToUrl('logs/').post({logs: logs}).then(() => {})
509509
}
510510
})

0 commit comments

Comments
 (0)