typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

After a transaction rollback, the "Commit" action should be disabled #772

Open alexjpwalker opened 1 year ago

alexjpwalker commented 1 year ago

Description

After a transaction rollback, the "Commit" action should be disabled.

Environment

  1. TypeDB version: TypeDB Cloud 2.20
  2. OS of TypeDB server: Google Cloud
  3. Studio version: 2.19
  4. OS of Studio: MacOS Monterey

Reproducible Steps

  1. Open a schema write transaction
  2. Run a query
  3. Rollback

Expected Output

Commit button should be disabled in the top toolbar as committing is now a no-op.

Actual Output

It isn't.