|
@@ -179,7 +179,7 @@ class MigrationsPage extends React.Component<{ history: any }, State> {
|
|
|
if (item.instances[0].toLowerCase().indexOf(text) > -1) {
|
|
if (item.instances[0].toLowerCase().indexOf(text) > -1) {
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
- if (item.notes.toLowerCase().indexOf(text) > -1) {
|
|
|
|
|
|
|
+ if (item.notes && item.notes.toLowerCase().indexOf(text) > -1) {
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
if (item.destination_environment) {
|
|
if (item.destination_environment) {
|