You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/05/07 03:06:10 UTC

[GitHub] [apisix-dashboard] LiteSun commented on a diff in pull request #2393: feat: Adding view buttons to the plugin-template page

LiteSun commented on code in PR #2393:
URL: https://github.com/apache/apisix-dashboard/pull/2393#discussion_r867294214


##########
web/src/pages/PluginTemplate/List.tsx:
##########
@@ -162,6 +181,24 @@ const Page: React.FC = () => {
           </Button>,
         ]}
       />
+      <RawDataEditor
+        visible={visible}
+        type="PluginTemplate"
+        readonly={false}
+        data={rawData}
+        onClose={() => {
+          setVisible(false);
+        }}
+        onSubmit={(data: any) => {

Review Comment:
   typing



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org