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: ""
|
||||
server:
|
||||
debug: true
|
||||
host: "0.0.0.0"
|
||||
host: "127.0.0.1"
|
||||
port: 8686
|
||||
readTimeout: 2000
|
||||
writerTimeout: 86400000 # 1 day
|
||||
|
|
|
@ -592,6 +592,7 @@ export class Browser extends React.Component<Props, State, {}> {
|
|||
|
||||
return (
|
||||
<Flexbox
|
||||
key={uploading.realFilePath}
|
||||
children={List([
|
||||
<span className="padding-m">
|
||||
<Flexbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue