auto-git:
[change] src/app/App.tsx
This commit is contained in:
@@ -1583,7 +1583,7 @@ function getInteractionActionLabel(link: InteractionLink): string {
|
||||
function isLegacyInteractionActionType(
|
||||
actionType: InteractionLink["action"]["type"]
|
||||
): boolean {
|
||||
return actionType !== "runSequence";
|
||||
return actionType !== "runSequence" && actionType !== "control";
|
||||
}
|
||||
|
||||
function getVisibilityModeSelectValue(
|
||||
|
||||
Reference in New Issue
Block a user