fermeture et acceptation de la suggestion d'email

This commit is contained in:
clemkeirua 2019-12-02 13:07:40 +01:00 committed by Pierre de La Morinerie
parent 3db2d44fc0
commit 0bfdb2d5da
3 changed files with 30 additions and 5 deletions

View file

@ -40,6 +40,7 @@ import {
} from '../new_design/state-button';
import { toggleChart } from '../new_design/toggle-chart';
import { replaceSemicolonByComma } from '../new_design/avis';
import { acceptEmailSuggestion, discardEmailSuggestionBox } from '../new_design/user-sign_up';
// This is the global application namespace where we expose helpers used from rails views
const DS = {
@ -50,7 +51,9 @@ const DS = {
motivationCancel,
showImportJustificatif,
toggleChart,
replaceSemicolonByComma
replaceSemicolonByComma,
acceptEmailSuggestion,
discardEmailSuggestionBox
};
// Start Rails helpers