Add missing block type in my activities
This commit is contained in:
parent
7237b86ac0
commit
74c74c1eca
|
|
@ -30,6 +30,8 @@
|
|||
return this.content;
|
||||
case 'survey':
|
||||
return 'Übung';
|
||||
case 'image_url_block':
|
||||
return 'Bild';
|
||||
default:
|
||||
return this.content.type;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue