[ARVADOS-WORKBENCH2] updated: 1.1.4-689-g656ad1c
Git user
git at public.curoverse.com
Mon Aug 20 09:45:59 EDT 2018
Summary of changes:
src/store/dialog/dialog-reducer.ts | 2 +-
.../context-menu/action-sets/collection-files-item-action-set.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 656ad1c0e84b1d9297373e13c385248dff05192e (commit)
from 6ff11e5f5dba8e02a176bbe9455ba916e8990028 (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 656ad1c0e84b1d9297373e13c385248dff05192e
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Mon Aug 20 15:45:43 2018 +0200
Fix CR comments
Feature #14015
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/store/dialog/dialog-reducer.ts b/src/store/dialog/dialog-reducer.ts
index 1675db4..4ef4139 100644
--- a/src/store/dialog/dialog-reducer.ts
+++ b/src/store/dialog/dialog-reducer.ts
@@ -6,7 +6,7 @@ import { DialogAction, dialogActions } from "./dialog-actions";
export type DialogState = Record<string, Dialog>;
-export interface Dialog <T = any> {
+export interface Dialog <T = {}> {
open: boolean;
data: T;
}
diff --git a/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts b/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts
index 0bc693c..b556489 100644
--- a/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts
+++ b/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts
@@ -5,7 +5,7 @@
import { ContextMenuActionSet } from "../context-menu-action-set";
import { RenameIcon, RemoveIcon } from "~/components/icon/icon";
import { DownloadCollectionFileAction } from "../actions/download-collection-file-action";
-import { openFileRemoveDialog, openRenameFileDialog } from '../../../store/collection-panel/collection-panel-files/collection-panel-files-actions';
+import { openFileRemoveDialog, openRenameFileDialog } from '~/store/collection-panel/collection-panel-files/collection-panel-files-actions';
export const collectionFilesItemActionSet: ContextMenuActionSet = [[{
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list