juzhiyuan commented on a change in pull request #1317:
URL: https://github.com/apache/apisix-dashboard/pull/1317#discussion_r559110949



##########
File path: web/src/pages/Plugin/List.tsx
##########
@@ -79,6 +79,7 @@ const Page: React.FC = () => {
                 const plugins = omit(initialData, [`${record.name}`]);
                 createOrUpdate({ plugins }).then(() => {
                   ref.current?.reload();
+                  setInitialData(plugins);

Review comment:
       The test case needs to make sure it could delete multiple plugins 
successfully.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to