ZOS 1.6.0-beta1 - 10GB NIC shows as 1GB - Mac Mini (2018)

Hey all, got a notification to update to 1.6.0-beta1 this morning. Update went smooth, and rebooted just fine. All my apps came up as expected etc. Only thing i noticed, is that on my Unifi switch, my Zima machine (Mac Mini (2018) ) is plugged into a 10GB SFP. On my switch, shows 10GB, but in the network settings in ZimaOS, shows only as 1GB. - was showing 10GB previously on 1.5.4
Not the end of the world, just thought i would bring it up! Excited for v1.6!

FYI - Same thing still happening on Beta 2 … even after multiple reboots.

Thanks for your feedback, please provide screenshots of Settings-Network, then execute the following command on the command line, then go to Files to find the network.log file and send it to us

{
  echo "=== [1/5] curl http://127.0.0.1/v2/zimaos/network/interfaces ===";
  curl -s http://127.0.0.1/v2/zimaos/network/interfaces;
  echo -e "\n=== [2/5] nmcli ===";
  nmcli;
  echo -e "\n=== [3/5] lshw ===";
  lshw;
  echo -e "\n=== [4/5] lspci ===";
  lspci;
  echo -e "\n=== [5/5] lsusb ===";
  lsusb;
} > /DATA/network.log 2>&1 && \
echo "Please open the Files application, locate the file 'network.log' under the ZimaOS-HD directory, and send it to IceWhale technical support."