diff options
| author | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-06-26 12:48:45 -0400 |
|---|---|---|
| committer | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-06-26 12:48:45 -0400 |
| commit | 5e477755b392128ab8b39c082f16dd67708be0d2 (patch) | |
| tree | 2d89512eab9c7ba4a976229a87e33675616ebe57 /src/client/views/collections/CollectionBaseView.tsx | |
| parent | 444f970365a4280376e929e78c16090f6ae92739 (diff) | |
| parent | 6d1f161de3c27ec07673b5e48a915961177b57b6 (diff) | |
Merge branch 'presentation-selection-mohammad' of https://github.com/browngraphicslab/Dash-Web into presentation-selection-mohammad
Diffstat (limited to 'src/client/views/collections/CollectionBaseView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionBaseView.tsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/views/collections/CollectionBaseView.tsx b/src/client/views/collections/CollectionBaseView.tsx index 9b0953003..ae77ef42d 100644 --- a/src/client/views/collections/CollectionBaseView.tsx +++ b/src/client/views/collections/CollectionBaseView.tsx @@ -149,9 +149,6 @@ export class CollectionBaseView extends React.Component<CollectionViewProps> { } }); - //initial - // - if (index !== -1) { value.splice(index, 1); @@ -190,4 +187,4 @@ export class CollectionBaseView extends React.Component<CollectionViewProps> { ); } -}
\ No newline at end of file +} |
