Bulk add genes (#567)

* bulk add

* cleanup
This commit is contained in:
Colin Megill
2019-01-29 16:26:09 -05:00
committed by GitHub
parent d31c05c970
commit 2df7161cd8
3 changed files with 152 additions and 32 deletions

View File

@@ -13,6 +13,13 @@ A "user" error - eg, bad input
export const postUserErrorToast = message =>
ErrorToastTopCenter.show({ message, intent: Intent.WARNING });
/*
A toast the user must dismiss manually, because they need to act on its information,
ie., 8 bulk add genes out of 40 were bad. Manually see which ones and fix.
*/
export const keepAroundErrorToast = message =>
ErrorToastTopCenter.show({ message, timeout: 0, intent: Intent.WARNING });
/*
a hard network error
*/