mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 22:17:08 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user