Purpose 3 ماه پیش
والد
کامیت
4592d8094a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/entries/TagApply.js

+ 1 - 1
src/entries/TagApply.js

@@ -27,7 +27,7 @@ export default class TagApply extends BaseCurdEntry {
     if (config) {
       const option = config.map[this.providerId]
       if (option) {
-        return option[TagApplyState.$$nameProp]
+        return option[Provider.$$nameProp]
       }
     }