Skip to content

Commit

Permalink
Merge pull request #180 from CSCfi/CSCFC4EMSCR-500_Comment-out-Test-C…
Browse files Browse the repository at this point in the history
…rosswalk-demo-button

MSCR-500 Hide Test Crosswalk button
  • Loading branch information
maariaw authored May 28, 2024
2 parents b53be77 + 295eeed commit d1e227b
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions mscr-ui/src/modules/crosswalk-editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -581,16 +581,13 @@ export default function CrosswalkEditor({
type={ActionMenuTypes.CrosswalkEditor}
/>
</ActionMenuWrapper>
<TestButton>

<OperationalizeModal
sourceSchemaPid=""
targetSchemaPid=""
crosswalkPid=""
></OperationalizeModal>


</TestButton>
{/*<TestButton>*/}
{/* <OperationalizeModal*/}
{/* sourceSchemaPid=""*/}
{/* targetSchemaPid=""*/}
{/* crosswalkPid=""*/}
{/* ></OperationalizeModal>*/}
{/*</TestButton>*/}
</>
)}
</div>
Expand Down

0 comments on commit d1e227b

Please sign in to comment.