Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:GrafeasGroup/blossom into port-wa…
Browse files Browse the repository at this point in the history
…rnings
  • Loading branch information
itsthejoker committed May 14, 2023
2 parents 23724c4 + a97f1e0 commit 7f37526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blossom/api/slack/commands/list_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _build_message() -> View:
),
),
SectionBlock(
text=PlainTextObject(text="End Date:"),
text=PlainTextObject(text="Start Date:"),
accessory=DatePickerElement(
initial_date=datetime.now(tz=zoneinfo.ZoneInfo("UTC")).strftime("%Y-%m-%d"),
action_id="submission_list_select_end_date",
Expand Down

0 comments on commit 7f37526

Please sign in to comment.