From 5c7ea5f7a8f00df8db85e936cd77a0cb0838a23b Mon Sep 17 00:00:00 2001 From: Farook Ibrahim Date: Wed, 23 Sep 2020 12:42:50 +0530 Subject: [PATCH] Fixed: #3084 --- assets/js/hocs/with-attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/hocs/with-attributes.js b/assets/js/hocs/with-attributes.js index 890cb39ebb0..96820808c20 100644 --- a/assets/js/hocs/with-attributes.js +++ b/assets/js/hocs/with-attributes.js @@ -53,7 +53,7 @@ const withAttributes = ( OriginalComponent ) => { ? getAttributeData( selected[ 0 ].attr_slug, newAttributes, - 'slug' + 'taxonomy' ) : null;