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