mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
data export: Fix success banner not clearing.
There was a bug where the success banner stuck around even after the export completed. We now nicely fade and remove the banner upon a successful population of the export in the table. Fixes: #13045
This commit is contained in:
@@ -60,6 +60,7 @@ set_global('settings_exports', {
|
||||
populate_exports_table: function (exports) {
|
||||
return exports;
|
||||
},
|
||||
clear_success_banner: noop,
|
||||
});
|
||||
|
||||
// page_params is highly coupled to dispatching now
|
||||
|
||||
Reference in New Issue
Block a user