diff --git a/assets/js/admin/write-panels.js b/assets/js/admin/write-panels.js index 79700483da3..d5333381523 100644 --- a/assets/js/admin/write-panels.js +++ b/assets/js/admin/write-panels.js @@ -570,7 +570,8 @@ jQuery( function($){ $('table.woocommerce_attributes tbody').append( $(thisrow) ); $(thisrow).show(); row_indexes(); - + // Reset selected attribute in the list + $('select.attribute_taxonomy').val(''); } show_attribute_table();