You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<FieldTyperequiredlabel={label}padding='10px'labelTooltip='Assign an identifier to your digital asset here. The identifier will make it easier to search for the digital asset later.'>
87
100
<Boxdisplay='flex'justifyContent='space-between'>
88
101
<BoxclassName={classes.assetIdentifier}>
89
102
<labelhtmlFor='systemCreated'style={{display: 'none'}}>System Created Identifier</label>
@@ -98,6 +111,8 @@ function AssetIdentifiers(props: AssetIdentifiersProps): React.ReactElement {
98
111
System will create an identifier
99
112
</Typography>
100
113
</Box>
114
+
115
+
{/*May need to write the logic here to check if there are no identifiers in existence.*/}
0 commit comments