Commit 5133ec75 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: log message

parent dfde45d3
......@@ -17,7 +17,7 @@
localStorage.setItem('settings', JSON.stringify($settings));
if ($user.role === 'admin') {
console.log('admin');
console.log('setting default models globally');
await setDefaultModels(localStorage.token, selectedModels.join(','));
}
toast.success('Default model updated');
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment