unknown
2023-07-20 56995be18c10fbfc76c1d642cf2c23804627a373
force-app/main/default/lwc/lexMainFixtureSelect/lexMainFixtureSelect.js
@@ -1,7 +1,6 @@
import { LightningElement, track, wire, api } from 'lwc';
import { CurrentPageReference,NavigationMixin } from 'lightning/navigation';
import init from '@salesforce/apex/MainFixtureSelectButtonController.init';
export default class lexMainFixtureSelect extends LightningElement {
   @api recordId;
   IsLoading = true;
@@ -19,7 +18,9 @@
   connectedCallback(){
      this.IsLoading = false;
      window.open("/apex/MainFixtureSelect?pt_recid=" + this.recordId, "_top");
      this.closeAction();
   }
   closeAction() {