WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/assets/javascripts/constants/confirm.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const CONFIRMATION_INITIATED = 'CONFIRMATION_INITIATED';
export const ACTION_CONFIRMED = 'ACTION_CONFIRMED';
export const ACTION_CANCELLED = 'ACTION_CANCELLED';