[ARVADOS-WORKBENCH2] updated: 1.2.0-589-ge51530d
Git user
git at public.curoverse.com
Thu Oct 11 03:52:26 EDT 2018
Summary of changes:
src/views-components/search-bar/search-bar-advanced-view.tsx | 1 -
1 file changed, 1 deletion(-)
via e51530db62c369733186003cc5f005e491f29373 (commit)
from 1080aac872d8c1d00b55a7291d88b704fc400813 (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 e51530db62c369733186003cc5f005e491f29373
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Thu Oct 11 09:52:12 2018 +0200
remove console log
Feature #13827
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/views-components/search-bar/search-bar-advanced-view.tsx b/src/views-components/search-bar/search-bar-advanced-view.tsx
index 583c9a0..93bd0a6 100644
--- a/src/views-components/search-bar/search-bar-advanced-view.tsx
+++ b/src/views-components/search-bar/search-bar-advanced-view.tsx
@@ -70,7 +70,6 @@ export const SearchBarAdvancedView = compose(
reduxForm<SearchBarAdvanceFormData, SearchBarAdvancedViewActionProps>({
form: SEARCH_BAR_ADVANCE_FORM_NAME,
onSubmit: (data: SearchBarAdvanceFormData, dispatch: Dispatch) => {
- console.log('data: ', data);
dispatch(reset(SEARCH_BAR_ADVANCE_FORM_NAME));
}
}),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list