Skip to content

Commit 621860f

Browse files
committed
Add text on library list setting to clarify current schema
Signed-off-by: worksofliam <[email protected]>
1 parent c21673e commit 621860f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/jobManager/editJob/systemTab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function getSystemTab(options: JDBCOptions) {
2929
.addInput(
3030
`libraries`,
3131
`Library list`,
32-
`List of system libraries, separated by commas or spaces`,
32+
`List of system libraries, separated by commas or spaces. First entry is the default library / current schema, and the remaining items make up the library list.`,
3333
{ rows: 2, default: options.libraries ? options.libraries.join(`, `) : `QGPL` }
3434
)
3535
.addSelect(

0 commit comments

Comments
 (0)