fix(FE) : fix edit delete in antrean spesialis and category
This commit is contained in:
@@ -78,7 +78,7 @@ watch(itemsPerPageLocal, (newVal) => {
|
||||
|
||||
<template>
|
||||
<div class="table-container">
|
||||
<div class="table-wrapper" :class="{ 'loading-overlay-wrapper': loading }">
|
||||
<div class="" :class="{ 'loading-overlay-wrapper': loading }">
|
||||
<!-- Loading Overlay -->
|
||||
<div v-if="loading" class="loading-overlay">
|
||||
<v-progress-circular
|
||||
@@ -99,7 +99,7 @@ watch(itemsPerPageLocal, (newVal) => {
|
||||
v-model:items-per-page="itemsPerPageLocal"
|
||||
:search="serverSide ? undefined : search"
|
||||
:loading="loading"
|
||||
class="elevation-1"
|
||||
elevation="0"
|
||||
item-value="id"
|
||||
hide-default-footer
|
||||
striped="even"
|
||||
|
||||
Reference in New Issue
Block a user