Commit da3886c5 authored by Kushal Pandya's avatar Kushal Pandya

Remove unused path strings

parent 1353f0f7
export const NODE_ACTION_BASE_PATH = '/admin/geo_nodes/';
export const NODE_ACTIONS = {
TOGGLE: '/toggle',
EDIT: '/edit',
REPAIR: '/repair',
TOGGLE: 'toggle',
REMOVE: 'remove',
};
export const VALUE_TYPE = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment