Skip to content

Commit 15f9f82

Browse files
committed
fix: add tempIdField to ServiceState interface
1 parent 59477cd commit 15f9f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/service-module/service-module.state.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export interface ServiceState {
5454
isUpdatePending: boolean
5555
isRemovePending: boolean
5656
idField: string
57+
tempIdField: string
5758
keyedById: {}
5859
tempsById: {}
5960
copiesById: {}

0 commit comments

Comments
 (0)