mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 13:56:37 +00:00
fix(nc-gui): add missing section title
This commit is contained in:
@@ -531,16 +531,18 @@ function handleAutoScroll(scroll: boolean, className: string) {
|
||||
class="!-ml-1.5"
|
||||
@click="handleUpdateAdvancedOptionsExpansionPanel(!advancedOptionsExpansionPanel.length)"
|
||||
>
|
||||
<div class="nc-form-section-title">Advanced options</div>
|
||||
|
||||
<GeneralIcon
|
||||
icon="chevronDown"
|
||||
class="flex-none cursor-pointer transform transition-transform duration-500"
|
||||
class="ml-2 flex-none cursor-pointer transform transition-transform duration-500"
|
||||
:class="{ '!rotate-180': isActive }"
|
||||
/>
|
||||
</NcButton>
|
||||
</template>
|
||||
<a-collapse-panel key="1" collapsible="disabled">
|
||||
<template #header>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</template>
|
||||
|
||||
<div class="flex flex-col gap-4">
|
||||
|
||||
Reference in New Issue
Block a user