ciyidogan commited on
Commit
f72f064
·
verified ·
1 Parent(s): 061bb5d

Update flare-ui/src/app/components/apis/apis.component.ts

Browse files
flare-ui/src/app/components/apis/apis.component.ts CHANGED
@@ -352,7 +352,7 @@ export class ApisComponent implements OnInit {
352
  data: {
353
  mode: 'test', // Test modunda açıyoruz
354
  api: { ...api },
355
- activeTab: 3 // Test tab'ını aktif yap (0-based index)
356
  }
357
  });
358
 
 
352
  data: {
353
  mode: 'test', // Test modunda açıyoruz
354
  api: { ...api },
355
+ activeTab: 4 // Test tab'ını aktif yap (0-based index)
356
  }
357
  });
358