Skip to content

Commit 9ff4ef1

Browse files
author
David Wickman
committed
remove Download Profile for SMIP import
1 parent e184aaa commit 9ff4ef1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/views/shared/ProfileActions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ function ProfileActions(props) {
189189
}
190190
<Dropdown.Item key="moreVert4" onClick={downloadItem} >{renderMenuIcon("download")}Download Profile</Dropdown.Item>
191191
<Dropdown.Item key="moreVert5" onClick={downloadItemAsAASX} >{renderMenuIcon("download")}Download Profile as AASX</Dropdown.Item>
192-
<Dropdown.Item key="moreVert6" onClick={downloadItemAsSmipJson} >{renderMenuIcon("download")}Download Profile for SMIP import (experimental)</Dropdown.Item>
193192
</Dropdown.Menu>
194193
</Dropdown>
195194
{renderDeleteConfirmation()}

0 commit comments

Comments
 (0)