We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe94ff commit abcaf47Copy full SHA for abcaf47
static/gsAdmin/components/customerGrid.tsx
@@ -81,7 +81,7 @@ function CustomerGrid(props: Props) {
81
return (
82
<ResultGrid
83
inPanel
84
- isRegional
+ isCellScoped
85
path="/_admin/customers/"
86
method="GET"
87
columns={[
static/gsAdmin/views/invoices.tsx
@@ -117,7 +117,7 @@ export default function Invoices() {
117
</Panel>
118
119
120
121
path="/_admin/invoices/"
122
endpoint="/invoices/"
123
0 commit comments