[ARVADOS-WORKBENCH2] updated: 1.1.4-690-gd461d4d
Git user
git at public.curoverse.com
Mon Aug 20 09:51:58 EDT 2018
Summary of changes:
src/store/dialog/dialog-reducer.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via d461d4da5432434916f21b0308c20148210a32f2 (commit)
from 656ad1c0e84b1d9297373e13c385248dff05192e (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 d461d4da5432434916f21b0308c20148210a32f2
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Mon Aug 20 15:51:40 2018 +0200
Remove dialog default generic type value
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 4ef4139..48f8ee8 100644
--- a/src/store/dialog/dialog-reducer.ts
+++ b/src/store/dialog/dialog-reducer.ts
@@ -4,9 +4,9 @@
import { DialogAction, dialogActions } from "./dialog-actions";
-export type DialogState = Record<string, Dialog>;
+export type DialogState = Record<string, Dialog<any>>;
-export interface Dialog <T = {}> {
+export interface Dialog <T> {
open: boolean;
data: T;
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list