mirror of
https://github.com/strapi/strapi.git
synced 2025-12-03 18:42:47 +00:00
fix(webhooks/EditView): tooltips for publish and unpublish
This commit is contained in:
parent
3ea6733d7d
commit
f555f0d1d5
@ -120,7 +120,7 @@ const EventInput = ({ isDraftAndPublish }) => {
|
||||
<tr>
|
||||
<td />
|
||||
{headersName.map((header) => {
|
||||
if (header === 'app.utils.publish' || header === 'app.utils.unpublish') {
|
||||
if (header.id === 'app.utils.publish' || header.id === 'app.utils.unpublish') {
|
||||
return (
|
||||
<td
|
||||
key={header.id}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user