mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:31:51 +02:00
[WIP] Encryption for secure values (#183)
This commit is contained in:
@@ -38,6 +38,7 @@ export function TemplateVariableDialog({ hide, onChange, initialTokens }: Props)
|
||||
}, [selectedVariableName, variables]);
|
||||
|
||||
const tagText = useTemplateTokensToString(tokens);
|
||||
|
||||
const handleDone = useCallback(async () => {
|
||||
if (tagText.data != null) {
|
||||
onChange(tagText.data);
|
||||
|
||||
Reference in New Issue
Block a user