Skip to content

Commit

Permalink
fix: make setting part trigger undoable
Browse files Browse the repository at this point in the history
  • Loading branch information
ianshade committed Oct 31, 2023
1 parent 10678b5 commit b4219aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/src/electron/EverythingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ export class EverythingService implements ConvertToServerSide<IPCServerMethods>
return rundown
}

@Undoable
async setPartTrigger(arg: {
rundownId: string
groupId: string
Expand Down

0 comments on commit b4219aa

Please sign in to comment.