Skip to content

Commit

Permalink
CLEAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Oct 29, 2024
1 parent 0fce536 commit c5a1f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class Table {
// Return hidden fields by default. Default is false.
this.hidden = params.hidden != null ? params.hidden : false
this.partial = params.partial
this.warn = params.warn || true
this.warn = params.warn || false

if (typeof params.generate == 'function') {
this.generate = params.generate || this.uuid
Expand Down

0 comments on commit c5a1f1e

Please sign in to comment.