We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3fb7fc + c72f733 commit 4b397f4Copy full SHA for 4b397f4
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "data_formulator"
7
-version = "0.5"
+version = "0.5.0.1"
8
9
requires-python = ">=3.12"
10
authors = [
src/views/DBTableManager.tsx
@@ -259,7 +259,6 @@ export const DBTableSelectionDialog: React.FC<{
259
}
260
261
useEffect(() => {
262
- if (serverConfig.DISABLE_DATABASE) return;
263
fetchDataLoaders();
264
}, []);
265
0 commit comments