Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Koshan committed Feb 24, 2025
1 parent 1e58254 commit 91d0842
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Attributes/AttributeEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { AttributeContentType, AttributeValueTarget, FunctionGroupCode, Resource
import { base64ToUtf8 } from 'utils/common-utils';
import { getFormattedDateTime } from 'utils/dateUtil';
import { Attribute } from './Attribute';
import CustomAttributeAddSelect from 'components/Attributes/AttributeEditor/CustormAttributeAddSelect';
import CustomAttributeAddSelect from 'components/Attributes/AttributeEditor/CustomAttributeAddSelect';

// same empty array is used to prevent re-rendering of the component
// !!! never modify the attributes field inside of the component !!!
Expand Down

0 comments on commit 91d0842

Please sign in to comment.