opendash
Version:
open.DASH data visualization framework
9 lines • 401 B
JavaScript
import * as React from "react";
import { useTranslation } from "../..";
import { Description } from "./layout";
export var Settings = function (_a) {
var state = _a.state, updateState = _a.updateState;
var t = useTranslation(["opendash"])[0];
return React.createElement(Description, { children: t("data_explorer.step_3_no_settings") });
};
//# sourceMappingURL=step_3_spider.js.map