diff --git a/CHANGELOG.md b/CHANGELOG.md index d55961c2c..fefec725e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.0.0-87 + + +### 🏡 Chore + +- Remove buttong ([a74b338](https://github.com/undb-io/undb/commit/a74b338)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-86 diff --git a/apps/frontend/src/lib/components/blocks/grid-view/editable-cell/rollup-cell.svelte b/apps/frontend/src/lib/components/blocks/grid-view/editable-cell/rollup-cell.svelte index 94887c354..49608d162 100644 --- a/apps/frontend/src/lib/components/blocks/grid-view/editable-cell/rollup-cell.svelte +++ b/apps/frontend/src/lib/components/blocks/grid-view/editable-cell/rollup-cell.svelte @@ -42,7 +42,7 @@ {/if} {/if} - {#if (isSelected || isEditing) && ((!Array.isArray(value) && !!value) || (Array.isArray(value) && value.length))} + {#if (isSelected || isEditing) && ((!Array.isArray(value) && !!value) || (Array.isArray(value) && value.length)) && field.fn === "lookup"}