You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{feedzyData.isPro&&(feedzyData.isBusinessPlan||feedzyData.isAgencyPlan)&&!feedzyData.apiLicenseStatus.openaiStatus&&(feedzyData.isHighPrivileges ? <spanclassName="error-message">{__('Invalid API Key','feedzy-rss-feeds')}<ExternalLinkhref="admin.php?page=feedzy-integration&tab=openai"><Iconicon={external}size={16}fill="#F00"/></ExternalLink></span> : <spanclassName="error-message">{__('Invalid API Key, Please contact the administrator','feedzy-rss-feeds')}</span>)}
185
+
{feedzyData.isPro&&(feedzyData.isBusinessPlan||feedzyData.isAgencyPlan)&&!providerLicenseStatus&&(feedzyData.isHighPrivileges ? <spanclassName="error-message">{__('Invalid API Key','feedzy-rss-feeds')}<ExternalLinkhref={`admin.php?page=feedzy-integration&tab=${item.data.aiProvider||defaultProvider}`}><Iconicon={external}size={16}fill="#F00"/></ExternalLink></span> : <spanclassName="error-message">{__('Invalid API Key, Please contact the administrator','feedzy-rss-feeds')}</span>)}
172
186
<PanelBodytitle={__('Rewrite with AI','feedzy-rss-feeds')}icon={DragHandle}initialOpen={false}>
0 commit comments