Skip to content

Commit fc3b5d3

Browse files
committed
hide site Settings
1 parent 3d97791 commit fc3b5d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/Components/Workshop/WebpageSideEditor.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const confirmDelete = (event: Event, data: Daum) => {
129129
};
130130

131131
const tabs = [
132-
{ label: 'Settings', icon: faCogs, tooltip : 'Page Setting' },
132+
/* { label: 'Settings', icon: faCogs, tooltip : 'Page Setting' }, */
133133
{ label: 'Block', icon: faLayerGroup, tooltip : 'Blocks'}
134134
]
135135

@@ -152,15 +152,15 @@ const openedChildSideEditor = inject('openedChildSideEditor', ref(null))
152152
</Tab>
153153
</TabList>
154154
<TabPanels>
155-
<TabPanel class="w-[400px] p-1">
155+
<!-- <TabPanel class="w-[400px] p-1">
156156
<div class="max-h-[calc(100vh-220px)] transition-all overflow-y-auto flex flex-col">
157157
<SiteSettings
158158
:webpage="webpage"
159159
:webBlockTypes="webBlockTypes"
160160
/>
161161
</div>
162162

163-
</TabPanel>
163+
</TabPanel> -->
164164
<TabPanel class="w-[400px] p-1">
165165
<div class="max-h-[calc(100vh-220px)] transition-all overflow-y-auto flex flex-col">
166166
<div class="full">

0 commit comments

Comments
 (0)