mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-14 02:20:12 +01:00
[FIX] First time pinned document modal (#1678)
fix first time pinned document modal
This commit is contained in:
parent
9644f671c2
commit
5676e129ed
@ -145,7 +145,7 @@ const PinAlert = memo(() => {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ModalWrapper isOpen={showAlert}>
|
<ModalWrapper isOpen={showAlert} noPortal={true}>
|
||||||
<div className="relative w-full max-w-2xl max-h-full">
|
<div className="relative w-full max-w-2xl max-h-full">
|
||||||
<div className="relative bg-main-gradient rounded-lg shadow">
|
<div className="relative bg-main-gradient rounded-lg shadow">
|
||||||
<div className="flex items-start justify-between p-4 rounded-t border-gray-500/50">
|
<div className="flex items-start justify-between p-4 rounded-t border-gray-500/50">
|
||||||
|
Loading…
Reference in New Issue
Block a user