Upload Element - Error on Save - Broken or Bug?

It must be opposite day today — or my brain is fried from so much coding.

I either have a broken element or it’s a bug.

When the upload button is NOT marked as ‘required’, and no file is selected during submit, I receive an error when attempting to save.

When I mark the upload button as ‘required’ and DONT upload a file, it continues saving and saves changes to database collection.

I have deleted the upload button and reconnected a new upload button ---- but the same error continues.

(Link to dashboard in case Wix wants to check it out: https://www.wix.com/dashboard/7f98fb84-ae23-4a5d-9ce2-522d554d643c/home?referralInfo=EDITOR))
(Page: My Account - Members area)

What do you see when you console.log($w(“#uploadButton”).required) ?

It shows “true” when I mark it as “required” in the editor.
When I do NOT upload a file, it SAVES dataset without throwing error.

It shows “false” when I mark it as “not required” in the editor.
When I do NOT upload a file, it throws error.
It does NOT show the ‘error’

Bump