-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exui-673 - undo prettier code formatting
- Loading branch information
jphcdcgi
committed
Feb 4, 2025
1 parent
0cfa01d
commit 5a494d6
Showing
5 changed files
with
140 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 3 additions & 11 deletions
14
...file-view-folder/case-file-view-folder-toggle/case-file-view-folder-toggle.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
<ccd-case-file-view-overlay-menu | ||
[title]="'Toggle list'" | ||
[menuItems]="overlayMenuItems" | ||
[(isOpen)]="isOpen" | ||
> | ||
<ccd-case-file-view-overlay-menu [title]="'Toggle list'" [menuItems]="overlayMenuItems" [(isOpen)]="isOpen"> | ||
<ng-container trigger> | ||
<img | ||
class="toggle-button-icon" | ||
src="/assets/images/folder-open.png" | ||
alt="Toggle list" | ||
/> | ||
<img class="toggle-button-icon" src="/assets/images/folder-open.png" alt="Toggle list" /> | ||
</ng-container> | ||
</ccd-case-file-view-overlay-menu> | ||
</ccd-case-file-view-overlay-menu> |
2 changes: 0 additions & 2 deletions
2
...e-file-view-folder/case-file-view-folder-toggle/case-file-view-folder-toggle.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.