Enable edit media webhook

Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2020-04-15 19:30:39 +02:00
parent a61b397bb5
commit 0d01faba77

View File

@ -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);