Skip to content

Commit

Permalink
add bonusprograms
Browse files Browse the repository at this point in the history
  • Loading branch information
Xziy committed Nov 11, 2023
1 parent 8f5732a commit 70ecb62
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/adminpanel/model/settings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ declare const _default: {
title: string;
icon: string;
};
bonusprogram: {
model: string;
title: string;
icon: string;
};
userbonusprogram: {
model: string;
title: string;
Expand Down
5 changes: 5 additions & 0 deletions libs/adminpanel/model/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ exports.default = {
title: 'Orders',
icon: 'shopping-cart'
},
bonusprogram: {
model: 'bonusprogram',
title: 'Bonus programs',
icon: 'comments-dollar'
},
userbonusprogram: {
model: 'userbonusprogram',
title: 'User bonusprograms',
Expand Down
5 changes: 5 additions & 0 deletions libs/adminpanel/model/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export default {
title: 'Orders',
icon: 'shopping-cart'
},
bonusprogram: {
model: 'bonusprogram',
title: 'Bonus programs',
icon: 'comments-dollar'
},
userbonusprogram: {
model: 'userbonusprogram',
title: 'User bonusprograms',
Expand Down

0 comments on commit 70ecb62

Please sign in to comment.