Skip to content

Commit 4b397f4

Browse files
authored
[deploy] Merge pull request #191 from microsoft/dev
Dev
2 parents a3fb7fc + c72f733 commit 4b397f4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "data_formulator"
7-
version = "0.5"
7+
version = "0.5.0.1"
88

99
requires-python = ">=3.12"
1010
authors = [

src/views/DBTableManager.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ export const DBTableSelectionDialog: React.FC<{
259259
}
260260

261261
useEffect(() => {
262-
if (serverConfig.DISABLE_DATABASE) return;
263262
fetchDataLoaders();
264263
}, []);
265264

0 commit comments

Comments
 (0)