[ARVADOS-WORKBENCH2] updated: 1.2.0-640-g5abc704
Git user
git at public.curoverse.com
Sat Oct 13 11:54:34 EDT 2018
Summary of changes:
src/views/workbench/workbench.tsx | 17 -----------------
1 file changed, 17 deletions(-)
via 5abc704e5a7415a6f5d2940cd9a195d983bf70dc (commit)
from 3acc51716153bb950a2f2363363549eb0fdb9787 (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 5abc704e5a7415a6f5d2940cd9a195d983bf70dc
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Sat Oct 13 17:54:03 2018 +0200
Delete test input
Feature #14229
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx
index 02bf4c9..09435d0 100644
--- a/src/views/workbench/workbench.tsx
+++ b/src/views/workbench/workbench.tsx
@@ -80,22 +80,6 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
type WorkbenchPanelProps = WithStyles<CssRules>;
-class TestInput extends React.Component {
- state = {
- values: ['asd']
- };
-
- handleChange = (values: string[]) => {
- this.setState({ values });
- }
- render() {
- return <ChipsInput
- onChange={this.handleChange}
- createNewValue={v => v}
- values={this.state.values} />;
- }
-}
-
export const WorkbenchPanel =
withStyles(styles)(({ classes }: WorkbenchPanelProps) =>
<Grid container item xs className={classes.root}>
@@ -110,7 +94,6 @@ export const WorkbenchPanel =
<MainContentBar />
</Grid>
<Grid item xs className={classes.content}>
- <TestInput />
<Switch>
<Route path={Routes.PROJECTS} component={ProjectPanel} />
<Route path={Routes.COLLECTIONS} component={CollectionPanel} />
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list