|
@@ -378,6 +378,9 @@ class TransferItemModal extends React.Component<Props, State> {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (fieldName === "title") {
|
|
if (fieldName === "title") {
|
|
|
|
|
+ if (this.props.replica.notes) {
|
|
|
|
|
+ return this.props.replica.notes;
|
|
|
|
|
+ }
|
|
|
let title = this.props.instancesDetails?.[0]?.name;
|
|
let title = this.props.instancesDetails?.[0]?.name;
|
|
|
if (
|
|
if (
|
|
|
this.props.instancesDetails &&
|
|
this.props.instancesDetails &&
|