Skip to content

Commit

Permalink
fix: remove dirty prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Dec 3, 2024
1 parent 33fb300 commit 6a98cff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data-workspace/data-entry-cell/data-entry-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const DataEntryField = React.memo(function DataEntryField({
locked={locked}
highlighted={highlighted}
valueSynced={valueSynced}
dirty={true}
active={active}
>
<EntryFieldInput
Expand Down

0 comments on commit 6a98cff

Please sign in to comment.