Here is what I had to do to fix this after bashing my head on my desk for a while.
1. nano /boot/config/network.cfg
Add in two DNS servers
DNS_SERVER1="1.1.1.1"
DNS_SERVER2="1.0.0.1"
Set the DNS servers to what ever your preferred DNS is.
Then save the changes.
2. nano /boot/config/share.cfg
Change shareAvahiEnabled from yes to no
Then save the changes.
Rebooted and everything is sticking and working as intended.
The major frustration was that I could not add in DNS servers from the UI when I set a Static IP it would always set IPv4 DNS Server assignment to Automatic the only way I could get that changes was to set DHCP and then switch it back to Static. But the changes in the DNS entries would never stay. As soon as you hit apply it reverted the IPv4 DNS assignment back to automatic.
Not sure why that is or if there was something that I was missing but the above fix works for me as of 17 JUNE 2022 @1408 PST