[ARVADOS-WORKBENCH2] updated: 1.1.4-103-g4a5d370
Git user
git at public.curoverse.com
Tue Jun 19 04:55:59 EDT 2018
Summary of changes:
.../data-explorer.ts => views/data-explorer/data-explorer-selectors.ts} | 0
src/views/data-explorer/data-explorer.tsx | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename src/{views-selectors/data-explorer/data-explorer.ts => views/data-explorer/data-explorer-selectors.ts} (100%)
via 4a5d370214feccdab2a9d3cf398471daa695d401 (commit)
from 09c61f87d52388ebfe97f478d536f4f194755401 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 4a5d370214feccdab2a9d3cf398471daa695d401
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date: Tue Jun 19 10:55:53 2018 +0200
Removed separate view-selectors folder for selectors
Feature #13632
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>
diff --git a/src/views-selectors/data-explorer/data-explorer.ts b/src/views/data-explorer/data-explorer-selectors.ts
similarity index 100%
rename from src/views-selectors/data-explorer/data-explorer.ts
rename to src/views/data-explorer/data-explorer-selectors.ts
diff --git a/src/views/data-explorer/data-explorer.tsx b/src/views/data-explorer/data-explorer.tsx
index 20c6df5..baeb946 100644
--- a/src/views/data-explorer/data-explorer.tsx
+++ b/src/views/data-explorer/data-explorer.tsx
@@ -13,7 +13,7 @@ import projectActions from "../../store/project/project-action";
import { DataColumns } from "../../components/data-table/data-table";
import { DataItem } from "../../views-components/data-explorer/data-item";
import DataExplorer from "../../views-components/data-explorer/data-explorer";
-import { mapProjectTreeItem } from "../../views-selectors/data-explorer/data-explorer";
+import { mapProjectTreeItem } from "./data-explorer-selectors";
interface DataExplorerViewDataProps {
projects: ProjectState;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list