File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import CalculateExpression from "~/actions/calculate-expression";
30
30
import Dictionary from "~/actions/dictionary" ;
31
31
import GetDictionary from "~/actions/get-dictionary" ;
32
32
import GetDictionaryValue from "~/actions/get-dictionary-value" ;
33
- import setDictionaryValue from "~/actions/set-dictionary-value" ;
33
+ import SetDictionaryValue from "~/actions/set-dictionary-value" ;
34
34
import GetIpAddress from "~/actions/get-ip-address" ;
35
35
import GetFileFromFolder from "~/actions/get-file-from-folder" ;
36
36
import GetType from "~/actions/get-type" ;
@@ -85,7 +85,7 @@ export let actions: ActionDefinitions = {
85
85
'dictionary' : Dictionary ,
86
86
'detect.dictionary' : GetDictionary ,
87
87
'getvalueforkey' : GetDictionaryValue ,
88
- 'setvalueforkey' : setDictionaryValue ,
88
+ 'setvalueforkey' : SetDictionaryValue ,
89
89
'getipaddress' : GetIpAddress ,
90
90
'documentpicker.open' : GetFileFromFolder ,
91
91
'getitemtype' : GetType ,
You can’t perform that action at this time.
0 commit comments