github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/blockapps-ba-master/ui/src/components/ErrorMessage/error-message.action.js (about)

     1  export const RESET_ERROR_MESSAGE = 'RESET_ERROR_MESSAGE';
     2  
     3  // Resets the currently visible error message.
     4  export const resetErrorMessage = () => ({
     5    type: RESET_ERROR_MESSAGE
     6  });