Notification timing

Is there a way we can switch off notification timeout for specific notifications in retool? Here's my use case: for certain functionalities, our users want the ability to manually close the notification than the notification closing itself after its specified duration. Is this possible to configure or would i have to create a custom modal that does this?

Hello!

I believe you will need to setup a modal that is triggered to open by the success/failure of your query.

From a design level, toasts are meant to disappear on their own. So as pyrrho answered, you'd need to set up a modal :frowning:

2 Likes