Skip to content

Commit

Permalink
Refs #19532: [ARS] Remove unnecessary load model calls
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Oct 24, 2023
1 parent 0c6a37b commit 6923213
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions qml/TabLayout.qml
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,6 @@ Item {
standardButtons: Dialog.Ok | Dialog.Cancel
}

Component.onCompleted: {
controller.update_available_entity_ids("Domain", "getDataDialogSourceEntityId")
}

onAboutToShow: {
custom_combobox.currentIndex = -1
controller.update_available_entity_ids("Domain", "getDataDialogSourceEntityId")
Expand All @@ -381,7 +377,6 @@ Item {

Component.onCompleted:
{
controller.update_available_entity_ids("Domain", "getDataDialogSourceEntityId")
currentIndex = -1
custom_combobox.recalculateWidth()
}
Expand Down

0 comments on commit 6923213

Please sign in to comment.