Skip to content

Commit

Permalink
fixed incoming
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Oct 16, 2024
1 parent 0148ec1 commit ef6c387
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/webview/components/kdbDataSourceView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -775,16 +775,15 @@ export class KdbDataSourceView extends LitElement {
</div>
<div class="row">
<vscode-text-field
<sl-input
label="Start Time"
type="datetime-local"
class="text-field larger"
.value="${live(this.startTS)}"
@input="${(event: Event) => {
this.startTS = (event.target as HTMLSelectElement).value;
this.requestChange();
}}"
>Start Time</vscode-text-field
>
}}">
</sl-input>
<sl-input
label="End Time"
Expand Down

0 comments on commit ef6c387

Please sign in to comment.