Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
IdeaS0ft committed Sep 9, 2024
1 parent 8624178 commit f198211
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions solara/lib/core/dashboard/brand/BrandView.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {DataSource} from './BrandModel.js';
import '../component/OnboardBottomSheet.js';
import './AddFieldSheet.js';
import '../component/AddFieldSheet.js';
import '../component/ConfirmationDialog.js';
import '../component/MessageBottomSheet.js';

Expand All @@ -12,7 +12,6 @@ class BrandView {

this.sectionsContainer = document.getElementById('sections');
this.addFieldSheet = document.getElementById('addFieldSheet');
this.overlay = document.getElementById('overlay');
this.confirmationDialog = document.getElementById('confirmationDialog');
this.messageBottomSheet = document.getElementById('messageBottomSheet');

Expand Down
2 changes: 0 additions & 2 deletions solara/lib/core/dashboard/brand/brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,6 @@ <h1><span id="brandNametitle"></span></h1>
<message-bottom-sheet id="messageBottomSheet"></message-bottom-sheet>

<confirmation-dialog id="confirmationDialog"></confirmation-dialog>

<div class="overlay" id="overlay"></div>
</div>

<script type="module" src="Brand.js"></script>
Expand Down

0 comments on commit f198211

Please sign in to comment.