mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
fix(frontend): fix storage key typo (#2796)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
function getPromptsRegex(): string | undefined {
|
||||
try {
|
||||
return localStorage.getItem('workspace') ?? undefined
|
||||
return localStorage.getItem('prompts-regex') ?? undefined
|
||||
} catch (e) {
|
||||
console.error('error interacting with local storage', e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user