UNPKG

linked-data-reactor

Version:

Linked Data Reactor provides a framework to view, browse and edit Linked Data in a flexible way.

7 lines (6 loc) 226 B
import {navigateAction} from 'fluxible-router'; export default function addDatasetEditor(context, payload, done) { context.service.create('admin.datasetEditor', payload, {}, function (err, res) { done(); }); }