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