From cbeaec0e8365447a97ef5a30ae2f6e8a91f965f2 Mon Sep 17 00:00:00 2001 From: Prerna Mehra Date: Thu, 2 Sep 2021 23:22:55 +0530 Subject: [PATCH] Improve ui for array of pointer field (#1776) * improve ui for array of pointer field * Updated changelog.md * Update CHANGELOG.md Co-authored-by: Manuel <5673677+mtrezza@users.noreply.github.com> --- CHANGELOG.md | 1 + src/components/BrowserCell/BrowserCell.react.js | 6 +++--- src/components/BrowserCell/BrowserCell.scss | 10 +++++++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ebef30ac..68974f493f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - fix: date cell value not selected on double clicks (fn-faisal) [#1730](https://github.com/parse-community/parse-dashboard/pull/1730) ## Fixes +- Fixed UI for a field containing an array of pointers (Prerna Mehra) [#1776](https://github.com/parse-community/parse-dashboard/pull/1776) - Fixed bug when editing or copying a field containing an array of pointers [#1770](https://github.com/parse-community/parse-dashboard/issues/1770) (Prerna Mehra) [#1771](https://github.com/parse-community/parse-dashboard/pull/1771) # 2.2.0 diff --git a/src/components/BrowserCell/BrowserCell.react.js b/src/components/BrowserCell/BrowserCell.react.js index cfd1d329d2..ccf8da4f2f 100644 --- a/src/components/BrowserCell/BrowserCell.react.js +++ b/src/components/BrowserCell/BrowserCell.react.js @@ -281,12 +281,12 @@ export default class BrowserCell extends Component { /> ); }); - content =