mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 18:48:50 +01:00
disable prompts until complete
This commit is contained in:
parent
b750bd2970
commit
c617b15bcd
2 changed files with 6 additions and 4 deletions
|
|
@ -93,7 +93,7 @@ export default function Landing({ title }) {
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{!showingTemplates && (
|
||||
{/* {!showingTemplates && (
|
||||
<div className="mt-8 mb-4 flex flex-col items-center gap-3.5 md:mt-16">
|
||||
<button
|
||||
onClick={showTemplates}
|
||||
|
|
@ -104,7 +104,7 @@ export default function Landing({ title }) {
|
|||
</button>
|
||||
</div>
|
||||
)}
|
||||
{!!showingTemplates && <Templates showTemplates={showTemplates}/>}
|
||||
{!!showingTemplates && <Templates showTemplates={showTemplates}/>} */}
|
||||
<div className="group h-32 w-full flex-shrink-0 dark:border-gray-900/50 dark:bg-gray-800 md:h-48" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue