mirror of
https://github.com/danilo-znamerovszkij/c-atlas.git
synced 2025-12-23 22:17:53 -05:00
🕹️ form init fix
This commit is contained in:
@@ -2,8 +2,8 @@ import { mockApiSubmit, isApiAvailable } from '@/utils/apiMock'
|
||||
|
||||
export class FormPopup {
|
||||
private container: HTMLElement
|
||||
private overlay: HTMLElement
|
||||
private form: HTMLFormElement
|
||||
private overlay!: HTMLElement
|
||||
private form!: HTMLFormElement
|
||||
private isVisible: boolean = false
|
||||
|
||||
constructor(containerId: string) {
|
||||
|
||||
Reference in New Issue
Block a user