this is an easy fix ?? got to
class-wc-coming-soon-meta-box-product-data.php
and change
$woocommerce_product_coming_soon = isset($_POST['_set_coming_soon']) ? 'yes' : 'no';
to
$woocommerce_product_coming_soon = isset($_POST['_set_coming_soon']) ? 'yes' : '';
and you are all set ??