refactor(editor): Migrate components to composition API (#11497)

This commit is contained in:
Mutasem Aldmour
2024-11-04 23:00:06 +01:00
committed by GitHub
parent 3eb05e6df9
commit 611967decc
15 changed files with 1005 additions and 1088 deletions

View File

@@ -35,7 +35,7 @@ type Props = {
isReadOnly?: boolean;
linkedRuns?: boolean;
canLinkRuns?: boolean;
pushRef?: string;
pushRef: string;
blockUI?: boolean;
isProductionExecutionPreview?: boolean;
isPaneActive?: boolean;