minor bug fix

This commit is contained in:
sairaj mote 2021-08-03 16:10:40 +05:30
parent 3affb3d4cb
commit e500f47b28

View File

@ -2183,7 +2183,6 @@
if (result) {
RIBC.manage.updateObjects().then(res => {
notify('Changes commited.', 'success')
renderAllElements()
}).catch(err => {
console.error(err)
})