Skip to content

Commit

Permalink
work for #7958 Remove obsolete properties and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Jan 15, 2025
1 parent c171fd5 commit 2de61db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visualRegressionTests/tests/defaultV2/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ function addDropdownActionsWithIcons(_, opt) {
const getItemWithIconList = () => {
return [new window["Survey"].Action({ title: "item1", iconName: "icon-search" }), new window["Survey"].Action({ title: "item2", iconName: "icon-search" })];
};
const itemPopupModel1 = new window["Survey"].PopupModel("sv-list",
{ model: new window["Survey"].ListModel(getItemWithIconList()) }, "bottom", "left", true);
const listModel = new window["Survey"].ListModel(getItemWithIconList());
const itemPopupModel1 = new window["Survey"].PopupModel("sv-list", { model: listModel });
const dropDownWithIcons = new window["Survey"].Action({
component: "sv-action-bar-item-dropdown",
title: "List Icons",
Expand Down

0 comments on commit 2de61db

Please sign in to comment.