This commit is contained in:
pooja-bruno
2025-05-14 17:55:50 +05:30
parent 45b660985e
commit fbd3a38587

View File

@@ -71,7 +71,6 @@ const ApiKeyAuth = ({ item, collection, updateAuth, request, save }) => {
onChange={(val) => handleAuthChange('key', val)}
onRun={handleRun}
collection={collection}
item={item}
/>
</div>
@@ -84,8 +83,6 @@ const ApiKeyAuth = ({ item, collection, updateAuth, request, save }) => {
onChange={(val) => handleAuthChange('value', val)}
onRun={handleRun}
collection={collection}
item={item}
isSecret={true}
/>
</div>