This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 77ca34ff fixbug/app-atuh-edit-error (#204)
77ca34ff is described below
commit 77ca34ff21a1d1745f777f26936a031d4354b397
Author: likeguo <[email protected]>
AuthorDate: Thu Apr 28 22:41:23 2022 +0800
fixbug/app-atuh-edit-error (#204)
---
src/routes/System/AppAuth/AddModal.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/routes/System/AppAuth/AddModal.js
b/src/routes/System/AppAuth/AddModal.js
index e8117f4f..b9043120 100644
--- a/src/routes/System/AppAuth/AddModal.js
+++ b/src/routes/System/AppAuth/AddModal.js
@@ -59,6 +59,7 @@ class AddModal extends Component {
this.state = {
selectorConditions,
pathTableVisible: true,
+ pagination: 1,
pathDatas,
}
}