Skip to content

Commit

Permalink
release: 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ObservedObserver committed Nov 23, 2023
1 parent 7814350 commit 7add2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_shadcn_ui/py_components/date_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from streamlit_shadcn_ui.py_components.utils.session import init_session
import streamlit as st

_RELEASE = False
_RELEASE = True

def date_picker_trigger(value = None, label: str = None, open_status = False, key = None):
name = "date_picker_trigger"
Expand Down

0 comments on commit 7add2e6

Please sign in to comment.