We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e184aaa commit 9ff4ef1Copy full SHA for 9ff4ef1
frontend/src/views/shared/ProfileActions.js
@@ -189,7 +189,6 @@ function ProfileActions(props) {
189
}
190
<Dropdown.Item key="moreVert4" onClick={downloadItem} >{renderMenuIcon("download")}Download Profile</Dropdown.Item>
191
<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>
193
</Dropdown.Menu>
194
</Dropdown>
195
{renderDeleteConfirmation()}
0 commit comments