Skip to content

Commit

Permalink
Merge pull request #604 from bitholla/blue-admin
Browse files Browse the repository at this point in the history
changes for plugin announcement token issue
  • Loading branch information
abeikverdi authored Mar 11, 2021
2 parents 4ad7018 + 9308ccd commit 53cb39c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/containers/Admin/Plugins/PluginConfigureForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { message, Spin } from 'antd';
import { STATIC_ICONS } from 'config/icons';
import { AdminHocForm } from '../../../components';
import { updatePluginMeta, getPluginMeta } from './action';
import { TOKEN_KEY } from '../../../config/constants';
import './index.css';

const Form = AdminHocForm('PLUGIN_CONFIGURE_FORM');
Expand Down Expand Up @@ -56,6 +57,7 @@ const renderContent = (selectedPlugin, requestPlugin, metaData) => {
</div>
);
} else if (selectedPlugin.admin_view) {
window.plugin_key = TOKEN_KEY;
return (
<div className="config-content mt-5 pb-5">
<div className="mt-2">Configure</div>
Expand Down

0 comments on commit 53cb39c

Please sign in to comment.