mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 07:34:10 +08:00
fix: Link visibility and 404 URL in Auto-save modal (#11476)
fix: Fix link visibility and URL in save flow modal Co-authored-by: Viktor Avelino <64113566+viktoravelino@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
126c037aa0
commit
cd2bd4f127
@ -67,8 +67,8 @@ export function SaveChangesModal({
|
||||
Unsaved changes will be permanently lost.{" "}
|
||||
<a
|
||||
target="_blank"
|
||||
className="text-secondary underline"
|
||||
href="https://docs.langflow.org/configuration-auto-save"
|
||||
className="text-accent-pink-foreground hover:underline"
|
||||
href="https://docs.langflow.org/environment-variables#visual-editor-and-playground-behavior"
|
||||
rel="noopener"
|
||||
>
|
||||
Enable auto-saving
|
||||
|
||||
Reference in New Issue
Block a user