Skip to content

Commit

Permalink
fix: clear config url after adding service
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Sep 17, 2024
1 parent 87bac3e commit 4f185ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/router/src/home/ConnectServiceModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const ConnectServiceModal: React.FC<ConnectServiceModalProps> = ({
return;
}
setIsLoading(false);
setConfigUrl('');
onClose();
};

Expand Down

0 comments on commit 4f185ed

Please sign in to comment.