Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelblum committed Feb 27, 2025
1 parent 35f265f commit a7fba87
Show file tree
Hide file tree
Showing 25 changed files with 29 additions and 2,302 deletions.
78 changes: 0 additions & 78 deletions demo/admin/src/products/AssignProductsGrid.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { type GQLProduct } from "@src/graphql.generated";
export const CombinationFieldsTestProductsGrid: GridConfig<GQLProduct> = {
type: "grid",
gqlType: "Product",
fragmentName: "CombinationFieldsTestProductsGridFuture",
fragmentName: "CombinationFieldsTestProducts",
toolbarActionProp: true,
rowActionProp: true,
columns: [
Expand Down
61 changes: 0 additions & 61 deletions demo/admin/src/products/ManufacturerForm.gql.tsx

This file was deleted.

Loading

0 comments on commit a7fba87

Please sign in to comment.