Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 7a277db

Browse files
committed
init and desc
1 parent de92b33 commit 7a277db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/settings/handlers/source/SourceFormHandler.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ export class SourceFormHandler extends AbstractSettingsHandler {
2222

2323
add_dropdown(
2424
containerEl,
25-
'Select a tag',
26-
'Select tag to get data from',
27-
`#${view.diskConfig.yaml.config.source_form_result}`,
25+
'Select a file',
26+
'Select file from vault to be used as source of data.',
27+
`${view.diskConfig.yaml.config.source_form_result}`,
2828
filePaths,
2929
source_form_promise
3030
);

0 commit comments

Comments
 (0)