mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Hide delete button on new notification channels
This commit is contained in:
parent
b4ee1a52e1
commit
9759a9258a
@ -302,7 +302,7 @@ viewForm texts settings outerModel model =
|
||||
|> Maybe.map .id
|
||||
|
||||
newChannel =
|
||||
channelId |> (==) (Just "")
|
||||
channelId == Just "" || channelId == Nothing
|
||||
|
||||
headline =
|
||||
case Comp.ChannelForm.channelType model of
|
||||
|
Loading…
x
Reference in New Issue
Block a user