Skip to content

Commit b16c7a7

Browse files
fix: do not auto close toasts for google sheet exports (#288) 2508fa8
1 parent c1c06c0 commit b16c7a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,8 @@ class App extends React.Component {
542542
<a href={sheetUrl} target="_blank" rel="noopener noreferrer">
543543
Google Sheet
544544
</a>
545-
</span>
545+
</span>,
546+
{ autoClose: false }
546547
);
547548
} catch (error) {
548549
log(`Error exporting to Google Sheet: ${error.message}`, error);

0 commit comments

Comments
 (0)