Skip to content

Commit

Permalink
Merge pull request #225 from winonecheng/schema-description-expanded
Browse files Browse the repository at this point in the history
Change expand/collapse text to singleline/multiline in schema table
  • Loading branch information
mrin9 authored May 29, 2020
2 parents 73712fe + 82a8641 commit ee8f9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/schema-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default class SchemaTable extends LitElement {
<div class='toolbar'>
<div style="flex:1"></div>
<div class='toolbar-item' @click='${() => { this.schemaDescriptionExpanded = (this.schemaDescriptionExpanded === 'true' ? 'false' : 'true'); }}'>
${this.schemaDescriptionExpanded === 'true' ? 'Collapse Details' : 'Expand Details'}
${this.schemaDescriptionExpanded === 'true' ? 'Single line description' : 'Multiline description'}
</div>
</div>
Expand Down

0 comments on commit ee8f9b1

Please sign in to comment.