fix: [topology] added missing view

refacto/CRUDComponent
iglocska 2023-10-05 11:29:31 +02:00
parent 6b53d6d81a
commit 6d6a0ec993
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
echo $this->element('genericElements/mermaid', [
'data' => $data,
]);