Replace deprecated PrimeVue components with their successors (S1874)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
<h2 class="font-bold">All Files</h2>
|
||||
<ul class="flex items-center gap-x-4">
|
||||
<li>
|
||||
<Dropdown
|
||||
<Select
|
||||
v-model="gridSort"
|
||||
:options="columnType"
|
||||
optionLabel="name"
|
||||
@@ -203,7 +203,7 @@
|
||||
class="w-full !border-neutral-500"
|
||||
inputClass="!text-sm"
|
||||
@change="getGridSortData($event)"
|
||||
></Dropdown>
|
||||
></Select>
|
||||
</li>
|
||||
<li>
|
||||
<IconGrid class="hover:bg-neutral-50 duration-300"></IconGrid>
|
||||
|
||||
Reference in New Issue
Block a user