mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
make TitledContainer's title optional
This commit is contained in:
parent
9816c8121a
commit
4f52a2c0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
let className: string = "";
|
||||
export { className as class };
|
||||
|
||||
export let title: string;
|
||||
export let title: string = "";
|
||||
</script>
|
||||
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue