Disables renaming secrets (#2144)

This commit is contained in:
Cristine Guadelupe 2023-08-07 23:56:56 +07:00 committed by GitHub
parent 5fda5b02ab
commit 00f82f492c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ defmodule LivebookWeb.Hub.SecretFormComponent do
autofocus={@secret_name == nil}
spellcheck="false"
autocomplete="off"
disabled={@secret_name != nil}
phx-debounce
class="uppercase"
/>