Skip to content

Commit d3f0dec

Browse files
BunsDevCopilot
andauthored
Update apps/web/src/routes/_chat.settings.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 14becd4 commit d3f0dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/routes/_chat.settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ function SettingsRouteView() {
696696
const canImportLegacyOpenclawSettings =
697697
openclawGatewayConfigQuery.isSuccess &&
698698
!savedOpenclawGatewayUrl &&
699-
Boolean(settings.openclawGatewayUrl || settings.openclawPassword);
699+
Boolean(settings.openclawGatewayUrl?.trim());
700700
const changedSettingLabels = [
701701
...(theme !== "system" ? ["Theme"] : []),
702702
...(colorTheme !== DEFAULT_COLOR_THEME ? ["Color theme"] : []),

0 commit comments

Comments
 (0)