Skip to content

Commit e9846b8

Browse files
authored
hide organisation picker if <= 1 organisation (#1330)
1 parent 913b8a2 commit e9846b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/routes/editor/ExportDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ export function ExportDialog() {
532532
<Show
533533
when={
534534
settings.exportTo === "link" &&
535-
organisations().length > 0
535+
organisations().length > 1
536536
}
537537
>
538538
<div

0 commit comments

Comments
 (0)