Skip to content

Commit

Permalink
fix: mistake of conflict resolution (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumachan authored Jun 20, 2021
1 parent d80f2e2 commit ed6e3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
config.pumlServerUrl = pumlServerUrl;
if (!/^https?:\/\/.*$/.test(pumlServerUrl)) {
errorMessage = `${pumlServerUrl} does not match https://* or http://* `;
inputUrlErrorMessage = `${pumlServerUrl} does not match https://* or http://* `;
return;
}
Expand Down

0 comments on commit ed6e3ca

Please sign in to comment.