mirror of
https://github.com/strapi/strapi.git
synced 2025-12-09 14:03:52 +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>
|
<tr>
|
||||||
<td />
|
<td />
|
||||||
{headersName.map((header) => {
|
{headersName.map((header) => {
|
||||||
if (header === 'app.utils.publish' || header === 'app.utils.unpublish') {
|
if (header.id === 'app.utils.publish' || header.id === 'app.utils.unpublish') {
|
||||||
return (
|
return (
|
||||||
<td
|
<td
|
||||||
key={header.id}
|
key={header.id}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user