fermeture et acceptation de la suggestion d'email
This commit is contained in:
parent
3db2d44fc0
commit
0bfdb2d5da
3 changed files with 30 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue