Skip to content

Commit

Permalink
fix(types): Update keyword types
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Dickerson committed Aug 30, 2024
1 parent 9657e56 commit f2fc701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/novo-elements/src/elements/data-table/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export interface IDataTablePreferences {
savedSearchName?: string;
savedSearchOwner?: DataTableSavedSearchOwner;
appliedSearchType?: AppliedSearchType;
autoBuildEntityId?: number;
autoBuildEntityData?: any;
autobuildEntityId?: number;
autobuildEntityData?: any;
hasUnsavedChanges?: boolean;
unsavedChanges?: any;
}
Expand Down

0 comments on commit f2fc701

Please sign in to comment.