This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a807040208
woocommerce
/
plugins
/
woocommerce-admin
/
client
/
marketplace
/
components
/
constants.ts
3 lines
90 B
TypeScript
Raw
Normal View
History
Unescape
Escape
First commit. This contains the changes from `update/react-marketplace`, reviewed in https://github.com/woocommerce/woocommerce/pull/38885.
2023-07-20 13:53:06 +00:00
export
const
DEFAULT_TAB_KEY
=
'discover'
;
Changed `Tabs` to use `useQuery` instead of `getQuery`, so the browser back button will work. Changed submenu item name back to `Extensions`, and keeping it in the current order within the WooCommerce menu. Changed `path` value to `extensions`.
2023-07-20 16:00:22 +00:00
export
const
MARKETPLACE_PATH
=
'/extensions'
;