How to remove warning log "Type mismatch in Type of .."?

Hi, I changed a field of DataTable from FString to UENUM.
Everything is OK. The game is started, data is loaded well.
But, when I launch this project, there are some warning log like this,
“LogClass:Warning: Type mismatch in Type of XX - Previous (NameProperty) Current(EnumProperty) for package: …/XX.uasset”
I want to remove this warning log. What should I do?
Thanks.

“DataTable” → “Reimport”, then this warning is cleared. :slight_smile: