rusackas commented on issue #31741:
URL: https://github.com/apache/superset/issues/31741#issuecomment-3373132195
Note that there's a localstorageHelper util we can use for this, which
you'll see used in a lot of places (though not consistently, which is annoying).
```
import {
LocalStorageKeys,
setItem,
getItem,
} from 'src/utils/localStorageHelpers';
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]