mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
clarify frontend draft storage error message
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
try {
|
||||
localStorage.setItem(path != '' ? `app-${path}` : 'app', encodeState($appStore))
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
console.error('Error storing frontend draft in localStorage', err)
|
||||
}
|
||||
}, 500)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user