mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 06:04:29 +00:00
Enable edit media webhook
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
a61b397bb5
commit
0d01faba77
@ -18,8 +18,7 @@ const EventInput = ({ onChange, name: inputName, value: inputValue }) => {
|
||||
media: ['media.create', 'media.update', 'media.delete'],
|
||||
};
|
||||
|
||||
// Media update disabled for now - until the media libray is ready
|
||||
const disabledEvents = ['media.update'];
|
||||
const disabledEvents = [];
|
||||
|
||||
const formattedValue = formatValue(inputValue);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user