Skip to content

Commit

Permalink
fix(person-select): fixing typo in console.warn when datasource is mi…
Browse files Browse the repository at this point in the history
…ssing
  • Loading branch information
eikeland committed Jan 15, 2024
1 parent ca4f4c6 commit 9562615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/person/src/components/select/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class PersonSelectController implements ReactiveController {
const { azureId } = dataSource ?? {};

if (!azureId) {
console.warn('This should not be spossible, missing dataSource?');
console.warn('This should not be possible, is dataSource missing?');
return;
}

Expand Down

0 comments on commit 9562615

Please sign in to comment.