constructor()

in src/main/resources/static/components/resource/SwasInstances.tsx [18:29]


    constructor(props: {}) {
        super(props);
        this.state = {
            regionId: "default",
            regions: [],
            instances: [],
            pageNum: 1,
            total: 0,
            loading: false,
            updated: 0
        }
    }