Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 7 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | import { |
||
2 | DISMISS_ERROR |
||
3 | } from '../../../constants/ActionTypes'; |
||
4 | |||
5 | export const dismissError = ({ stateKey }) => ({ |
||
6 | type: DISMISS_ERROR, stateKey |
||
7 | }); |
||
8 |