Preview: add-notice.js
Size: 190 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/lib/frontend/store/actions/add-notice.js
export const ADD_NOTICE = 'ADD_NOTICE';
export const addNotice = data => ({
type: ADD_NOTICE,
data: {
id: `notice-${Date.now() + Math.random()}`,
progress: 0,
...data
}
});
Directory Contents
Dirs: 0 × Files: 18