feat: add export option for workflows in AppMenu (#13309)

This commit is contained in:
Muhsin Shah C P 2025-07-10 13:30:34 +05:30 committed by GitHub
parent ccbc37d0b6
commit 27ba370d72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,11 @@ export const AppMenu = function AppMenu({
<Field text={appType === 'module' ? 'Export module' : 'Export app'} onClick={exportApp} />
</>
)}
{canUpdateApp && canCreateApp && appType === 'workflow' && (
<>
<Field text={'Export workflow'} onClick={exportApp} />
</>
)}
{canDeleteApp && (
<Field
text={