Skip to content

Commit e5990a8

Browse files
committed
fix upload problem
1 parent c96f829 commit e5990a8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/client/src/pages/Admin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ class Admin extends Component {
8787

8888
await this.setState({
8989
isLoading: false,
90-
filesInput: []
90+
filesInput: undefined
9191
});
9292

93+
await this.refreshPage()
9394
};
9495

9596
async handleExecute(event) {

src/client/src/pages/DataView360/components/styles/ContactInfo.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
div.contact_info {
2-
position: sticky;
3-
top: 74px;
42
margin-top: 55px;
5-
grid-area: 1 / 1 / 1 / 1;
3+
max-height: 100px;
64
}
75

86
div.contact_info_main {

0 commit comments

Comments
 (0)