mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 14:35:23 +02:00
fix: resolve crash by adding missing second argument to createPortal
This commit is contained in:
@@ -2148,8 +2148,8 @@ function TextFilterPopover({ value, onChange, onClose, triggerId }: {
|
|||||||
Apply Filter
|
Apply Filter
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>,
|
||||||
);
|
document.body && document.body);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ── Sort Icon Helper ───────────────────────────────────────────────────
|
// ── Sort Icon Helper ───────────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user