Fix the dataverse error
This commit is contained in:
parent
687bf53408
commit
c71794b394
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export default class SheetObjectTemplate {
|
|||
}
|
||||
|
||||
registerAction(name: string, action: SheetObjectAction) {
|
||||
this._actions.setIn([name], action)
|
||||
this._actions.setByPointer((p) => p[name], action)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue