Skip to content

Commit c81af4e

Browse files
committed
4565: Cleanup
1 parent b91ea12 commit c81af4e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111
* Updated PHP dependencies.
1212
* Added Playwright github action.
1313
* Changed how templates are imported.
14-
* Removed propTypes in admin.
14+
* Removed propTypes.
1515
* Upgraded redux-toolkit and how api slices are generated.
1616
* Fixed redux-toolkit cache handling.
1717

assets/shared/redux/generated-api.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,6 @@ const injectedRtkApi = api
771771
page: queryArg.page,
772772
itemsPerPage: queryArg.itemsPerPage,
773773
title: queryArg.title,
774-
description: queryArg.description,
775774
createdBy: queryArg.createdBy,
776775
modifiedBy: queryArg.modifiedBy,
777776
order: queryArg.order,
@@ -1634,7 +1633,6 @@ export type GetV2TemplatesApiArg = {
16341633
/** The number of items per page */
16351634
itemsPerPage?: string;
16361635
title?: string;
1637-
description?: string;
16381636
createdBy?: string;
16391637
modifiedBy?: string;
16401638
order?: {

0 commit comments

Comments
 (0)