chore(fe/be): small fixes

This commit is contained in:
hexxa 2021-09-03 14:21:26 +08:00 committed by Hexxa
parent 97e27b6515
commit 1f858ba8b0
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ secrets:
tokenSecret: ""
server:
debug: true
host: "0.0.0.0"
host: "127.0.0.1"
port: 8686
readTimeout: 2000
writerTimeout: 86400000 # 1 day

View file

@ -592,6 +592,7 @@ export class Browser extends React.Component<Props, State, {}> {
return (
<Flexbox
key={uploading.realFilePath}
children={List([
<span className="padding-m">
<Flexbox