Skip to content

Commit

Permalink
Deploy preview for PR 414 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
nsharma123 committed Dec 24, 2024
1 parent 01253b3 commit 5a5d332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3304,7 +3304,7 @@ fill=""></path>
.ia-button.link:hover {
text-decoration: underline;
}
`;let yt=class extends R{constructor(){super(...arguments),this.label=E("Select items to remove"),this.pageContext="",this.showSelectAll=!1,this.showUnselectAll=!1,this.removeAllowed=!1}render(){return c`
`;let yt=class extends R{constructor(){super(...arguments),this.label=E("Select items to remove"),this.showSelectAll=!1,this.showUnselectAll=!1,this.removeAllowed=!1}render(){return c`
<div class="manage-container">
<span class="manage-label">${this.label}</span>
<div class="manage-buttons">
Expand Down
2 changes: 1 addition & 1 deletion pr/pr-414/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script
src="https://polyfill.archive.org/v3/polyfill.min.js?features=scrollIntoView%2CElement.prototype.scrollIntoView"></script>

<script type="module" crossorigin src="assets/main.09bdba14.js"></script>
<script type="module" crossorigin src="assets/main.b5fb6327.js"></script>
</head>
<body>
<app-root></app-root>
Expand Down
2 changes: 1 addition & 1 deletion pr/pr-414/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"index.html": {
"file": "assets/main.09bdba14.js",
"file": "assets/main.b5fb6327.js",
"src": "index.html",
"isEntry": true
}
Expand Down

0 comments on commit 5a5d332

Please sign in to comment.