File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
11
11
* Updated PHP dependencies.
12
12
* Added Playwright github action.
13
13
* Changed how templates are imported.
14
- * Removed propTypes in admin .
14
+ * Removed propTypes.
15
15
* Upgraded redux-toolkit and how api slices are generated.
16
16
* Fixed redux-toolkit cache handling.
17
17
Original file line number Diff line number Diff line change @@ -771,7 +771,6 @@ const injectedRtkApi = api
771
771
page : queryArg . page ,
772
772
itemsPerPage : queryArg . itemsPerPage ,
773
773
title : queryArg . title ,
774
- description : queryArg . description ,
775
774
createdBy : queryArg . createdBy ,
776
775
modifiedBy : queryArg . modifiedBy ,
777
776
order : queryArg . order ,
@@ -1634,7 +1633,6 @@ export type GetV2TemplatesApiArg = {
1634
1633
/** The number of items per page */
1635
1634
itemsPerPage ?: string ;
1636
1635
title ?: string ;
1637
- description ?: string ;
1638
1636
createdBy ?: string ;
1639
1637
modifiedBy ?: string ;
1640
1638
order ?: {
You can’t perform that action at this time.
0 commit comments