diff --git a/src/views/dashboard/related/log/LogTable/data.ts b/src/views/dashboard/related/log/LogTable/data.ts index b80fcfd1..607ddcf4 100644 --- a/src/views/dashboard/related/log/LogTable/data.ts +++ b/src/views/dashboard/related/log/LogTable/data.ts @@ -77,10 +77,6 @@ export const BrowserLogConstants = [ label: "pagePath", value: "pagePath", }, - { - label: "errorUrl", - value: "errorUrl", - }, { label: "time", value: "time", @@ -91,6 +87,10 @@ export const BrowserLogConstants = [ // drag: true, method: 350, }, + { + label: "errorUrl", + value: "errorUrl", + }, { label: "stack", value: "stack",