Skip to content

Commit

Permalink
Lint code with ESLint and Prettier
Browse files Browse the repository at this point in the history
Triggered by c8acc26 on branch refs/heads/field-editor
  • Loading branch information
maxpatiiuk authored and github-actions[bot] committed Jan 27, 2025
1 parent c8acc26 commit 37ca347
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export function SwitchCollectionCommand(): null {
body: collectionId!.toString(),
errorMode: 'dismissible',
})
.then(clearAllCache)
.then(() => globalThis.location.replace(nextUrl)),
.then(clearAllCache)
.then(() => globalThis.location.replace(nextUrl)),
[collectionId, nextUrl]
),
true
Expand Down

0 comments on commit 37ca347

Please sign in to comment.