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