Skip to content

Commit

Permalink
hotfix: remove ebios-rm table edit button (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene authored Dec 30, 2024
1 parent c6ffcd6 commit 6c9229e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@
$: displayDetail = detailURL;
$: displayEdit =
canEditObject && URLModel && !['frameworks', 'risk-matrices'].includes(URLModel) && editURL;
canEditObject &&
URLModel &&
!['frameworks', 'risk-matrices', 'ebios-rm'].includes(URLModel) &&
editURL;
$: displayDelete = canDeleteObject && deleteForm !== undefined;
</script>

Expand Down

0 comments on commit 6c9229e

Please sign in to comment.