Add option to select full day time range
This commit is contained in:
@@ -8,7 +8,7 @@ export const SelectKey: Component<{
|
||||
}> = (props) => {
|
||||
return (
|
||||
<div>
|
||||
<h3>Select key</h3>
|
||||
<h4>Select key</h4>
|
||||
<ul>
|
||||
{ aggregateKey.map(key =>
|
||||
<label><li><input
|
||||
|
||||
Reference in New Issue
Block a user