Skip to content

Commit

Permalink
Update MkmOversightDashlet.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Jan 28, 2025
1 parent f5e2568 commit cd0e04f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public STATUT getStatut() {
public void initGUI()
{
getContentPane().setLayout(new BorderLayout(0, 0));
model=new GenericTableModel<>();
model=new GenericTableModel<InsightElement>();
var panneauHaut = new JPanel();
getContentPane().add(panneauHaut, BorderLayout.NORTH);
comboBox = UITools.createCombobox(INSIGHT_SELECTION.values());
Expand Down

0 comments on commit cd0e04f

Please sign in to comment.