mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Disables renaming secrets (#2144)
This commit is contained in:
parent
5fda5b02ab
commit
00f82f492c
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue