Fixed group editing
• Fixed: - group editing dialog • Updated: - FileInput to take in file from props to state - GroupCreateModal, GroupCreate to take in groupId
This commit is contained in:
@@ -20,7 +20,7 @@ export default class FileInput extends PureComponent {
|
||||
}
|
||||
|
||||
state = {
|
||||
file: null,
|
||||
file: this.props.file,
|
||||
}
|
||||
|
||||
handleOnChange = (e) => {
|
||||
|
||||
Reference in New Issue
Block a user