diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-02-01 19:34:06 -0500 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-02-01 19:34:06 -0500 |
commit | 698383ad40f70d209238ba1ccaf4f171361781cb (patch) | |
tree | 5a86e3c5fd4b919f06b2bca52ea9134161a86a46 /src/client/views/collections/CollectionTimeView.tsx | |
parent | a516d28ce05f2506a45ff009498a2bc404c0d56b (diff) | |
parent | 294412015c0f3dbfaa8982f1dcab100fbfdd036f (diff) |
Merge branch 'master' of github.com:brown-dash/Dash-Web into master
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionTimeView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTimeView.tsx b/src/client/views/collections/CollectionTimeView.tsx index 8c613198d..0ec21cc51 100644 --- a/src/client/views/collections/CollectionTimeView.tsx +++ b/src/client/views/collections/CollectionTimeView.tsx @@ -239,7 +239,6 @@ export class CollectionTimeView extends CollectionSubView() { } return false; }} - toggle={this.toggleVisibility} background={'#f1efeb'} // this.props.headingObject ? this.props.headingObject.color : "#f1efeb"; contents={':' + StrCast(this.layoutDoc._pivotField)} showMenuOnLoad={true} |