Compare commits
No commits in common. "61919ad09402a6cf8307000b2a8a83c2ecbd3b88" and "d295968b10f5e6ddde506b6e028207b772bd5f6d" have entirely different histories.
61919ad094
...
d295968b10
1 changed files with 16 additions and 20 deletions
|
@ -193,10 +193,6 @@ const ModelSection: React.FC = () => {
|
|||
localStorage.setItem("radioSelection" ,'None')
|
||||
}
|
||||
|
||||
if (!localStorage.getItem("type")) {
|
||||
localStorage.setItem("type", 'local')
|
||||
}
|
||||
|
||||
const handleStorageChange = () => {
|
||||
setSelectedModelDropdown(localStorage.getItem('selectedModelDropdown') || '');
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue