User cannot save Native query questions

I looked at some similar-sounding Github issues (14052 & 14957) but I think I am having a slightly different problem.

User groups are set up such that everyone has Curate access to Our Analytics and then their team's sub-collection. There are other collections under Our Analytics that they only have view access to. However, we're running into an issue where users cannot save to the collections they have access to, including their personal collections.

The "save" button is grayed out:

This seems to happen only with Native SQL questions regardless of data source and usually when creating a new question (as opposed to editing existing). It does not seem to happen 100% of the time. The queries seem to finish and display results just fine. I looked at the logs around running and trying to save this question but I'm not able to find anything that looks related.

Am I missing something in permissions or something?

Diagnostic info:

{
  "browser-info": {
    "language": "en-US",
    "platform": "MacIntel",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.7+10",
    "java.vendor": "AdoptOpenJDK",
    "java.vendor.url": "https://adoptopenjdk.net/",
    "java.version": "11.0.7",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.7+10",
    "os.name": "Linux",
    "os.version": "4.14.109-80.92.amzn1.x86_64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "postgres"
    ],
    "hosting-env": "elastic-beanstalk",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "10.13"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.2.8"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2020-10-26",
      "tag": "v0.37.0.2",
      "branch": "release-x.37.x",
      "hash": "ba7be09"
    },
    "settings": {
      "report-timezone": "US/Central"
    }
  }
}

Hi @frangfrang
You haven’t input a name. That’s why the save button is disabled.
By the way, latest release is 0.38.0.1

Yeppp that’s all it was. Thanks! I am aware that we haven’t updated yet.