Skip to content

Commit

Permalink
refactor: update log verbiage
Browse files Browse the repository at this point in the history
Co-authored-by: Benny Powers <[email protected]>
  • Loading branch information
eyevana and bennypowers authored Oct 11, 2023
1 parent af09920 commit fa39ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/rh-table/rh-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class RhTable extends LitElement {
const columnIndexToSort = [...children].indexOf(header);

if (!this.#rows) {
this.#logger.warn('No rows found');
this.#logger.warn('Could not perform sort: no rows found');
return;
}

Expand Down

0 comments on commit fa39ebb

Please sign in to comment.