Nc staing/issues (#8681)

* fix: disable calendar for mobile view fix: disable loading state for notifications polling

* fix: unwanted mutation

---------

Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
This commit is contained in:
Raju Udava
2024-06-12 15:19:33 +05:30
committed by GitHub
parent 58e70afaac
commit e3aeae43f5
9 changed files with 108 additions and 87 deletions

View File

@@ -347,9 +347,8 @@ export function useViewData(
// extract the row id of the sibling row
const rowId = extractPkFromRow(formattedData.value[siblingRowIndex].row, meta.value?.columns as ColumnType[])
if (rowId) {
router.push({
await router.push({
query: {
...routeQuery.value,
rowId,