Skip to content

Commit

Permalink
disabled download report & placeholder change
Browse files Browse the repository at this point in the history
  • Loading branch information
nisha-inflectionzone committed Sep 9, 2024
1 parent 4b16968 commit 0f842fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/navbar/dashboard.tabs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Distribution
</a>

<button class ="btn variant-filled-secondary" on:click={handleDownloadReportClick}>
<!-- <button class ="btn variant-filled-secondary" on:click={handleDownloadReportClick}>
Download Report
</button>
</button> -->
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const handleSubmit = (event) => {
type="date"
class="input"
name="date"
placeholder="YYYY-MM-D"
placeholder="DD-MM-YYYY"
required
/>

Expand Down Expand Up @@ -160,7 +160,7 @@ const handleSubmit = (event) => {
type="date"
class="input"
name="startdate"
placeholder="YYYY-MM-D"
placeholder="DD-MM-YYYY"
bind:value={startdate}
required
/>
Expand All @@ -174,7 +174,7 @@ const handleSubmit = (event) => {
type="date"
class="input"
name="enddate"
placeholder="YYYY-MM-D"
placeholder="DD-MM-YYYY"
bind:value={enddate}
required
/>
Expand Down

0 comments on commit 0f842fd

Please sign in to comment.