parent
3de07a4f3b
commit
c3cc2b03de
1 changed files with 0 additions and 1 deletions
|
@ -280,7 +280,6 @@ export const ProductCreateView: React.FC<ProductCreateProps> = ({ params }) => {
|
||||||
{!!allChannels?.length && (
|
{!!allChannels?.length && (
|
||||||
<ChannelsAvailabilityDialog
|
<ChannelsAvailabilityDialog
|
||||||
isSelected={isChannelSelected}
|
isSelected={isChannelSelected}
|
||||||
disabled={!channelListElements.length}
|
|
||||||
channels={allChannels}
|
channels={allChannels}
|
||||||
onChange={channelsToggle}
|
onChange={channelsToggle}
|
||||||
onClose={handleChannelsModalClose}
|
onClose={handleChannelsModalClose}
|
||||||
|
|
Loading…
Reference in a new issue