Minor follow-up tweaks for PR 7947 (#7955)

This commit is contained in:
Philip Allgaier
2020-12-29 22:52:20 +01:00
committed by GitHub
parent 95b552671c
commit f4d07828e7
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ export class HaDataTable extends LitElement {
@property({ type: Boolean }) public hasFab = false;
/**
* Add an extra rows at the bottom of the datatabel
* Add an extra row at the bottom of the data table
* @type {TemplateResult}
*/
@property({ attribute: false }) public appendRow?;