Skip to content

Commit

Permalink
fix: fix reference cell readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Dec 5, 2024
1 parent ad19393 commit 16a95b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<Button size="xs" variant="link" class="px-0" builders={[builder]}>
{$LL.table.record.reference.linked({ n: $selected.length })}
</Button>
{:else}
{:else if !readonly}
<Button size="xs" variant="link" type="button" class="text-muted-foreground px-0" builders={[builder]}
>+ {$LL.table.record.reference.link()}</Button
>
Expand Down

0 comments on commit 16a95b7

Please sign in to comment.