@samitouri / QOSami-HFS / commits / 48702980

admin/fs: masks field to link dedicated page instead of permissions

Massimo Melina committed Feb 14, 2024 at 14:45 UTC 48702980b2ec63e34965b7475c8260bce9dfbf57
1 file changed +1 -1
admin/src/FileForm.ts
+1 -1
@@ -173,7 +173,7 @@ export default function FileForm({ file, addToBar, statusApi }: FileFormProps) {
173 isDir && { k: 'masks', multiline: true,
174 toField: yaml.stringify, fromField: v => v ? yaml.parse(v) : undefined,
175 sx: { '& textarea': { fontFamily: 'monospace' } },
176 - helperText: ["Special field, leave empty unless you know what you are doing. YAML syntax. ", wikiLink('Permissions', "(examples)")]
176 + helperText: ["Special field, leave empty unless you know what you are doing. YAML syntax. ", wikiLink('Masks-field', "(examples)")]
177 }
178 ]
179 })