We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf8e4e commit 4ce646dCopy full SHA for 4ce646d
app/code/Magento/Ui/view/base/web/js/grid/columns/image-preview.js
@@ -163,7 +163,7 @@ define([
163
* Returns preview image url for a given record.
164
*
165
* @param {Object} record
166
- * @return {*|bool}
+ * @return {String}
167
*/
168
getUrl: function (record) {
169
return record[this.fields.previewUrl];
@@ -173,7 +173,7 @@ define([
173
* Returns image title for a given record.
174
175
176
177
178
getTitle: function (record) {
179
return record[this.fields.title];
0 commit comments