fix: resolve crash by adding missing second argument to createPortal

This commit is contained in:
Christian Vidal Wolf
2026-04-24 17:15:08 +02:00
parent d06285ddaa
commit ef9cd53558
+2 -2
View File
@@ -2148,8 +2148,8 @@ function TextFilterPopover({ value, onChange, onClose, triggerId }: {
Apply Filter
</button>
</div>
</div>
);
</div>,
document.body && document.body);
}
// ── Sort Icon Helper ───────────────────────────────────────────────────