chore(fe/be): small fixes
This commit is contained in:
parent
97e27b6515
commit
1f858ba8b0
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ secrets:
|
||||||
tokenSecret: ""
|
tokenSecret: ""
|
||||||
server:
|
server:
|
||||||
debug: true
|
debug: true
|
||||||
host: "0.0.0.0"
|
host: "127.0.0.1"
|
||||||
port: 8686
|
port: 8686
|
||||||
readTimeout: 2000
|
readTimeout: 2000
|
||||||
writerTimeout: 86400000 # 1 day
|
writerTimeout: 86400000 # 1 day
|
||||||
|
|
|
@ -592,6 +592,7 @@ export class Browser extends React.Component<Props, State, {}> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Flexbox
|
<Flexbox
|
||||||
|
key={uploading.realFilePath}
|
||||||
children={List([
|
children={List([
|
||||||
<span className="padding-m">
|
<span className="padding-m">
|
||||||
<Flexbox
|
<Flexbox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue