File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1978,7 +1978,7 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
19781978 elementName ?: string
19791979 ) : void {
19801980 switch ( elementType ) {
1981- case Constants . OmniScriptElement :
1981+ case Constants . OmniScriptComponentName :
19821982 this . processOmniScriptAction ( propSet ) ;
19831983 break ;
19841984 case Constants . IntegrationProcedureAction :
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ export const Constants = {
5252 PDFAction : 'PDF Action' ,
5353 RemoteAction : 'Remote Action' ,
5454 StepElement : 'Step' ,
55- OmniScriptElement : 'OmniScript' ,
5655 CustomLightningWebComponent : 'Custom Lightning Web Component' ,
5756
5857 // artifacts persistance folder names
You can’t perform that action at this time.
0 commit comments