X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Fepisodes%2FRestreamDialog.js;h=2b7454bbc7f7d73aa4dd4f0460e6462a73388af2;hb=249e06be11d0f7778d99956c87d4f0a8ac7e69f7;hp=340b3c311a8a21f78cece554bd4134c27234f65a;hpb=638802eaf20d636c16d7ce337ace508708705f2c;p=alttp.git diff --git a/resources/js/components/episodes/RestreamDialog.js b/resources/js/components/episodes/RestreamDialog.js index 340b3c3..2b7454b 100644 --- a/resources/js/components/episodes/RestreamDialog.js +++ b/resources/js/components/episodes/RestreamDialog.js @@ -8,7 +8,9 @@ import RestreamEditForm from './RestreamEditForm'; const RestreamDialog = ({ channel, + editRestream, episode, + manageCrew, onHide, onRemoveRestream, onSubmit, @@ -25,7 +27,9 @@ const RestreamDialog = ({ {channel ? @@ -42,8 +46,10 @@ const RestreamDialog = ({ RestreamDialog.propTypes = { channel: PropTypes.shape({ }), + editRestream: PropTypes.func, episode: PropTypes.shape({ }), + manageCrew: PropTypes.func, onHide: PropTypes.func, onRemoveRestream: PropTypes.func, onSubmit: PropTypes.func,