Skip to content

Commit

Permalink
add streets in adminpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
Xziy committed Aug 18, 2024
1 parent 41947aa commit 84fb431
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 @@ -49,6 +49,11 @@ declare const _default: {
title: string;
icon: string;
};
street: {
model: string;
title: string;
icon: string;
};
paymentMethod: {
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 @@ -51,6 +51,11 @@ exports.default = {
title: 'Places',
icon: 'store'
},
street: {
model: 'street',
title: 'Street',
icon: 'road'
},
paymentMethod: {
model: 'paymentmethod',
title: 'Payment method',
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 @@ -50,6 +50,11 @@ export default {
title: 'Places',
icon: 'store'
},
street: {
model: 'street',
title: 'Street',
icon: 'road'
},
paymentMethod: {
model: 'paymentmethod',
title: 'Payment method',
Expand Down

0 comments on commit 84fb431

Please sign in to comment.