Skip to content

Icons, Fonts & Notifications #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 2, 2020
Prev Previous commit
Next Next commit
ensure loading state is displayed
  • Loading branch information
ShMcK committed Feb 2, 2020
commit f6b0bdaafc6b6a8035fe63f2e92fac4036e7c986
2 changes: 1 addition & 1 deletion web-app/src/components/ProcessMessages/TestMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const durations = {
success: 1000,
warning: 4500,
error: 4500,
loading: Infinity,
loading: 300000,
}

const useTimeout = ({ duration, key }: { duration: number; key: string }) => {
Expand Down