Skip to content

Commit

Permalink
Add working copy discard/update working copy actions (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
awikkerink authored May 3, 2023
1 parent ee8ca82 commit 09ae304
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,9 @@ export const Classes = {

export const Actions = {
activities: {
selectCustomDateRange: 'select-custom-date-range'
selectCustomDateRange: 'select-custom-date-range',
discard: 'discard',
update: 'update'
},
alignments: {
removeAlignment: 'remove-alignment',
Expand Down

0 comments on commit 09ae304

Please sign in to comment.