Skip to content

Commit 97a3307

Browse files
committed
불필요한 체크박스 제거
1 parent 656cbdd commit 97a3307

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

interface/app_pages/components/data_source_selector.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ def render_sidebar_data_source_selector(config=None) -> None:
1616
registry = get_data_sources_registry()
1717

1818
st.sidebar.markdown("### 데이터 소스")
19-
enable_data_source = st.sidebar.checkbox(
20-
"데이터 소스 적용", value=True, key="enable_data_source"
21-
)
22-
if not enable_data_source:
23-
return
2419

2520
mode_index = 0 if (config.data_source_mode or "datahub").lower() == "datahub" else 1
2621
selected_mode = st.sidebar.radio(

0 commit comments

Comments
 (0)