Skip to content
Snippets Groups Projects
Commit 18d8f579 authored by kbeyro's avatar kbeyro
Browse files

add /

parent 4cbc6960
Branches
Tags
No related merge requests found
......@@ -192,7 +192,7 @@ export class DomainNamespaceAnnotationsComponent implements OnInit {
}
onKeyChange(value: string) {
const pattern = /^[A-Za-z0-9_.-]+$/;
const pattern = /^[A-Za-z0-9_.-/]+$/;
if (!pattern.test(value)) {
// Wartość nie spełnia wzorca, więc możesz podjąć odpowiednią akcję
this.isKeyPatternCorrect = false; // Wyzerowanie wartości
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment