Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/core-data/src/hooks/use-entity-record.ts
Co-authored-by: Greg Ziółkowski <[email protected]>
  • Loading branch information
adamziel and gziolo authored Aug 4, 2022
commit b3a5f611d8694803866a07e71a106865a8a36c07
2 changes: 1 addition & 1 deletion packages/core-data/src/hooks/use-entity-record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface EntityRecordResolution< RecordType > {
isResolving: boolean;

/**
* Does the record have any edits?
* Does the record have any local edits?
*/
hasEdits: boolean;

Expand Down