Skip to content

Commit

Permalink
fix: the resize icon of dialog caused chrome to crash (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Dec 12, 2024
1 parent c1780a7 commit 9729a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/ui5-cc-spreadsheetimporter": "1.5.0"
"packages/ui5-cc-spreadsheetimporter": "1.5.1"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core">
<Dialog title="{i18n>spreadsheetimporter.messageDialogTitle}" resizable="true" state="{info>/dialogState}" verticalScrolling="false" contentHeight="50%" contentWidth="50%">
<Dialog title="{i18n>spreadsheetimporter.messageDialogTitle}" state="{info>/dialogState}" verticalScrolling="false" contentHeight="50%" contentWidth="50%">
<content>
<MessageView items="{messages>/}">
<MessageItem title="{messages>title}" type="{messages>ui5type}" counter="{messages>counter}" subtitle="{messages>subtitle}" description="{messages>description}" />
Expand Down

0 comments on commit 9729a98

Please sign in to comment.