Skip to content

Commit abcaf47

Browse files
authored
fix(cells): Update Invoices and Customers index urls to cell-based (#107698)
The endpoints are now available, we should use them so we can remove the old ones.
1 parent 3fe94ff commit abcaf47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/gsAdmin/components/customerGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function CustomerGrid(props: Props) {
8181
return (
8282
<ResultGrid
8383
inPanel
84-
isRegional
84+
isCellScoped
8585
path="/_admin/customers/"
8686
method="GET"
8787
columns={[

static/gsAdmin/views/invoices.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default function Invoices() {
117117
</Panel>
118118
<ResultGrid
119119
inPanel
120-
isRegional
120+
isCellScoped
121121
path="/_admin/invoices/"
122122
endpoint="/invoices/"
123123
method="GET"

0 commit comments

Comments
 (0)