0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/apps/admin-x-framework
Sag 6281e63411
🐛 Fixed error rendering when using a duplicate offer code ()
closes https://linear.app/tryghost/issue/ONC-15

- when adding or editing an offer, the backend throws an error if the
offer code is already in use. This error was not being surfaced
correctly in Admin
2024-05-08 11:27:31 +02:00
..
src 🐛 Fixed error rendering when using a duplicate offer code () 2024-05-08 11:27:31 +02:00
test Updated files with mixed named/default exports to use only named exports () 2023-12-14 16:01:28 +00:00
.eslintrc.cjs Separated common AdminX logic into a reusable package () 2023-11-14 13:50:08 +00:00
.gitignore Moved AdminX test config to framework package () 2023-11-22 13:39:32 +00:00
package.json Update react monorepo to v18.3.1 2024-05-02 11:46:13 +02:00
tsconfig.declaration.json Separated common AdminX logic into a reusable package () 2023-11-14 13:50:08 +00:00
tsconfig.json Separated common AdminX logic into a reusable package () 2023-11-14 13:50:08 +00:00
tsconfig.node.json Separated common AdminX logic into a reusable package () 2023-11-14 13:50:08 +00:00
vite.config.ts Moved AdminX test config to framework package () 2023-11-22 13:39:32 +00:00