diff --git a/client/web/compose/src/components/PageBlocks/RecordListBase.vue b/client/web/compose/src/components/PageBlocks/RecordListBase.vue index 52808e63e..55c229f44 100644 --- a/client/web/compose/src/components/PageBlocks/RecordListBase.vue +++ b/client/web/compose/src/components/PageBlocks/RecordListBase.vue @@ -2001,7 +2001,7 @@ export default { }) } else { this.$router.push({ - name: this.options.rowCreateUrl || 'page.record.edit', + name: this.options.rowEditUrl || 'page.record.edit', params: { pageID: this.recordPageID, recordID }, query: null, })