Fix NPE
This commit is contained in:
parent
f8c80f7d11
commit
0533130de3
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ angular.module('quay').directive('repoPanelTags', function () {
|
||||||
'end_ts': tag.end_ts,
|
'end_ts': tag.end_ts,
|
||||||
'time': currentTime,
|
'time': currentTime,
|
||||||
'docker_image_id': imageId,
|
'docker_image_id': imageId,
|
||||||
'old_docker_image_id': oldImageId
|
'old_docker_image_id': oldImageId || ''
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue