Fix select on channel checkbox (#1828)
This commit is contained in:
parent
10fb086d6e
commit
5f771568c1
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ const ProductExportDialogInfo: React.FC<ProductExportDialogInfoProps> = ({
|
|||
selectedInventoryFields.length === inventoryFields.length;
|
||||
|
||||
const handleSelectAllChannels = () =>
|
||||
onSelectAllChannels(channels, channels.length);
|
||||
onSelectAllChannels(selectedChannels, channels.length);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue