diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-06-06 12:57:38 -0400 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-06-06 12:57:38 -0400 |
| commit | 9cf1a4375700a0d473db1affcba5e9d28f22d124 (patch) | |
| tree | edb992e9b39a57153f701420bd99494b0f4e34ac /src/client/views/collections/CollectionBaseView.tsx | |
| parent | 36cf1b38e5da3ec948fd85d5d751a65dd8ec44fb (diff) | |
Guid emptystring error fixed for grouping
Diffstat (limited to 'src/client/views/collections/CollectionBaseView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionBaseView.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionBaseView.tsx b/src/client/views/collections/CollectionBaseView.tsx index 734669893..6639879e1 100644 --- a/src/client/views/collections/CollectionBaseView.tsx +++ b/src/client/views/collections/CollectionBaseView.tsx @@ -146,6 +146,9 @@ export class CollectionBaseView extends React.Component<CollectionViewProps> { } }); + //initial + // + if (index !== -1) { value.splice(index, 1); |
