Reset all
This commit is contained in:
parent
41d9614662
commit
7f8f4cff97
|
@ -20,12 +20,13 @@
|
||||||
|
|
||||||
function openModal() {
|
function openModal() {
|
||||||
config = {}
|
config = {}
|
||||||
|
errors = {}
|
||||||
|
hasBeenSubmitted = false
|
||||||
modal.show()
|
modal.show()
|
||||||
}
|
}
|
||||||
|
|
||||||
let config: Partial<CreateOAuth2Config> = {}
|
let config: Partial<CreateOAuth2Config> = {}
|
||||||
let errors: Record<string, string> = {}
|
let errors: Record<string, string> = {}
|
||||||
|
|
||||||
let hasBeenSubmitted = false
|
let hasBeenSubmitted = false
|
||||||
|
|
||||||
const requiredString = (errorMessage: string) =>
|
const requiredString = (errorMessage: string) =>
|
||||||
|
|
Loading…
Reference in New Issue