File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { useTranslation } from '../../providers/Translation/index.js'
14
14
15
15
const baseClass = 'save-draft'
16
16
17
- const DefaultSaveDraftButton : React . FC = ( ) => {
17
+ export const DefaultSaveDraftButton : React . FC = ( ) => {
18
18
const {
19
19
routes : { api } ,
20
20
serverURL,
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ export { PopupList }
55
55
export { Popup } from '../../elements/Popup/index.js'
56
56
export { PublishMany } from '../../elements/PublishMany/index.js'
57
57
export { DefaultPublishButton , PublishButton } from '../../elements/PublishButton/index.js'
58
+ export { DefaultSaveButton , SaveButton } from '../../elements/SaveButton/index.js'
59
+ export { DefaultSaveDraftButton , SaveDraftButton } from '../../elements/SaveDraftButton/index.js'
58
60
59
61
export { type Option as ReactSelectOption , ReactSelect } from '../../elements/ReactSelect/index.js'
60
62
export { ReactSelect as Select } from '../../elements/ReactSelect/index.js'
You can’t perform that action at this time.
0 commit comments