diff --git a/package.json b/package.json
index 805549b..5ef0900 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@govoplan/files-webui",
- "version": "0.1.22",
+ "version": "0.1.23",
"private": true,
"type": "module",
"main": "webui/src/index.ts",
diff --git a/pyproject.toml b/pyproject.toml
index ce5b77d..27c58f8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-files"
-version = "0.1.22"
+version = "0.1.23"
description = "GovOPlaN files module with backend and WebUI integration."
readme = "README.md"
requires-python = ">=3.12"
diff --git a/src/govoplan_files/backend/manifest.py b/src/govoplan_files/backend/manifest.py
index f0b3dcb..1883c3b 100644
--- a/src/govoplan_files/backend/manifest.py
+++ b/src/govoplan_files/backend/manifest.py
@@ -458,7 +458,7 @@ def _dsar_provider(context: ModuleContext) -> object:
manifest = ModuleManifest(
id="files",
name="Files",
- version="0.1.22",
+ version="0.1.23",
required_capabilities=(
CAPABILITY_AUTH_PRINCIPAL_RESOLVER,
CAPABILITY_AUTH_PERMISSION_EVALUATOR,
diff --git a/webui/package.json b/webui/package.json
index 6089c6e..7c6f64f 100644
--- a/webui/package.json
+++ b/webui/package.json
@@ -1,6 +1,6 @@
{
"name": "@govoplan/files-webui",
- "version": "0.1.22",
+ "version": "0.1.23",
"private": true,
"type": "module",
"main": "src/index.ts",
diff --git a/webui/src/features/files/FileConnectorSettingsPanel.tsx b/webui/src/features/files/FileConnectorSettingsPanel.tsx
index 9d64125..b20038e 100644
--- a/webui/src/features/files/FileConnectorSettingsPanel.tsx
+++ b/webui/src/features/files/FileConnectorSettingsPanel.tsx
@@ -1061,7 +1061,7 @@ export default function FileConnectorSettingsPanel({
)}
-
-