mirror of
https://github.com/umami-software/umami.git
synced 2026-05-30 06:47:25 +00:00
Fix missing resize grip for last board row
This commit is contained in:
@@ -130,7 +130,7 @@ export function BoardEditBody({ requiresBoardWebsite = true }: { requiresBoardWe
|
||||
onRegisterRef={registerColumnGroupRef}
|
||||
/>
|
||||
</Panel>
|
||||
{index < rows.length - 1 && (
|
||||
{(index < rows.length - 1 || canEdit) && (
|
||||
<Separator
|
||||
style={{
|
||||
height: '12px',
|
||||
|
||||
Reference in New Issue
Block a user