Skip to content

Commit

Permalink
Hide delete field in inline editor if option to add fields is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Feb 12, 2025
1 parent cd448ba commit 9add267
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
:errors="fieldErrors(field)"
:record="record"
>
<template #tools>
<template
v-if="allowAddField"
#tools
>
<c-input-confirm
:tooltip="$t('recordList.bulkRecord.field.remove')"
show-icon
Expand Down

0 comments on commit 9add267

Please sign in to comment.