fix(webhooks/EditView): tooltips for publish and unpublish

This commit is contained in:
Jamie Howard 2023-05-16 10:24:10 +01:00
parent 3ea6733d7d
commit f555f0d1d5

View File

@ -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}