Skip to content

Commit

Permalink
Update Engines.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Jul 2, 2024
1 parent be786bc commit c9f55d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/Engines.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ class SitesList extends React.Component {
for (let j = 0; j < sites.length; j++) {
let site = sites[j];
if (site.url === this.editSite.url) continue;
if (site.url === this.state.currentSite.url) {
if (!isClone && site.url === this.state.currentSite.url) {
return this.handleAlertOpen(window.i18n('sameSiteUrl'));
}
if (this.state.currentSite.shortcut) {
Expand Down

0 comments on commit c9f55d3

Please sign in to comment.