fix: use TextFieldsIcon for Data

This commit is contained in:
karishmas6
2024-08-10 06:36:29 +05:30
parent 1e5909f0c4
commit 806e4ed8e7

View File

@@ -256,7 +256,7 @@ export const RightSidePanel = () => {
readOnly: true,
startAdornment: (
<InputAdornment position="start">
<EditIcon />
<TextFieldsIcon />
</InputAdornment>
)
}}