Skip to content

Commit

Permalink
fix(frontend): fix storage key typo (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatonramadani committed Dec 6, 2023
1 parent 4de62a9 commit e4da819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/copilot/RegexGen.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit e4da819

Please sign in to comment.