1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00

change toolbar background color (#6310)

This commit is contained in:
Michael An
2024-07-08 10:34:05 +08:00
committed by GitHub
parent e9b31291fe
commit f5d33ba65d
5 changed files with 52 additions and 59 deletions

View File

@@ -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;