Export preference components. Updates for cloud.
This commit is contained in:
@@ -24,7 +24,7 @@ export function SettingsButton() {
|
||||
const handleAction = (id: Key) => {
|
||||
if (id === 'settings') {
|
||||
if (cloudMode) {
|
||||
window.location.href = `${cloudUrl}/dashboard`;
|
||||
window.location.href = `${cloudUrl}/settings`;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user