Type editor and schema viewer. Poppables and help icon
This commit is contained in:
@@ -51,7 +51,7 @@ import {parse, stringify} from 'yaml';
|
||||
} else if (confirm('Permissions not specified, would you like to add specific permissions?')) {
|
||||
let permsPrompt: string | null = '';
|
||||
while (!permsPrompt) {
|
||||
permsPrompt = prompt('Please enter the permission short code or names of permissions you would like');
|
||||
permsPrompt = prompt('Please enter the permission short code or names of permissions you would like:');
|
||||
if (!permsPrompt) continue
|
||||
let permNames;
|
||||
if (permsPrompt?.match(' ')) {
|
||||
|
Reference in New Issue
Block a user