Skip to content

Commit

Permalink
style: Disable playground
Browse files Browse the repository at this point in the history
  • Loading branch information
josephatJ committed Mar 14, 2024
1 parent ee22092 commit af97b7e
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,17 @@ <h3 class="text-">Mapping</h3>
>
Mapping query
</button>
<button
class="ml-2 mr-2"
mat-stroked-button
<!--
[disabled]="
!params?.interoperabilityInstances ||
!params?.dataSources ||
!instance
"
-->
<button
style="margin-left: 16px"
mat-stroked-button
[disabled]="true"
(click)="
onOpenPlayGround(
$event,
Expand Down

0 comments on commit af97b7e

Please sign in to comment.