Skip to content

Commit e63e729

Browse files
[fix] base string comparison
1 parent 6108ec2 commit e63e729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/wiki/edition/utils/QualityField.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export default {
224224
return false;
225225
}
226226
if (['i'].includes(this.document.type)) {
227-
return this.document.image_type === 'collab';
227+
return this.document.image_type === 'collaborative';
228228
}
229229
if (['c'].includes(this.document.type)) {
230230
return this.document.article_type === 'collab';

0 commit comments

Comments
 (0)