mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 18:29:23 +00:00
change toolbar background color (#6310)
This commit is contained in:
@@ -96,7 +96,7 @@ class ExtraMetadataAttributesDialog extends Component {
|
||||
updateData = (update, column) => {
|
||||
const newRow = { ...this.state.row, ...update };
|
||||
this.setState({ row: newRow }, () => {
|
||||
const { repoID, filePath } = this.props;
|
||||
const { repoID } = this.props;
|
||||
|
||||
let newValue = update[column.key];
|
||||
let recordID = this.state.row._id;
|
||||
|
Reference in New Issue
Block a user