Skip to content

Commit

Permalink
fix: removed unnecessary create buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
henrychoy committed Oct 4, 2024
1 parent 27ee1ce commit 8789498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/src/views/CreateEntryPoint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
:hideDeleteBtn="true"
:hideSearch="true"
:disableSelect="true"
:hideCreateBtn=true
>
<template #body-cell-actions="props">
<q-btn
Expand Down Expand Up @@ -199,6 +200,7 @@
:hideDeleteBtn="true"
:hideSearch="true"
:disableSelect="true"
:hideCreateBtn=true
>
<template #body-cell-inputParams="props">
<q-chip
Expand Down

0 comments on commit 8789498

Please sign in to comment.