We are developing an autosave plugin using below link: https://www.datocms.com/docs/plugin-sdk/react-datocms-ui
We are using a function ctx.saveCurrentItem() for saving the current item. A popup comes saying “Record succesfully saved” every time this function is called.
Can we stop that popup while calling ctx.saveCurrentItem()?
That popup is the native response of the dashboard for when you save a record, and you can’t modify it. It always appears when a record is saved.
Could i know your use case for changing it?