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 && (
|
||||
<ChannelsAvailabilityDialog
|
||||
isSelected={isChannelSelected}
|
||||
disabled={!channelListElements.length}
|
||||
channels={allChannels}
|
||||
onChange={channelsToggle}
|
||||
onClose={handleChannelsModalClose}
|
||||
|
|
Loading…
Reference in a new issue