From f2fdf8636b49f56c9ba3295361d377fa2f2fcfb2 Mon Sep 17 00:00:00 2001 From: iddoavn <87393827+iddoavn@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:35:50 -0400 Subject: [PATCH] Added a comment that destiration of import should not start with '/' --- webui/src/pages/repositories/services/import_data.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/pages/repositories/services/import_data.jsx b/webui/src/pages/repositories/services/import_data.jsx index 4cf6075e89d..b3135fd2edc 100644 --- a/webui/src/pages/repositories/services/import_data.jsx +++ b/webui/src/pages/repositories/services/import_data.jsx @@ -138,7 +138,7 @@ const ImportForm = ({ Destination: - Leave empty to import to the repository's root. + Leave empty to import to the repository's root. Destination should not start with ‘/’ }