File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ui/packages/consul-peerings/app/components/consul/peer/form Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818
1919 <fsm .State @matches ={{ array " idle" " error" }} >
2020 <fsm .State @matches =" error" >
21- <Hds::Alert @color =' critical' class =' mb-3 mt-2' as |A|>
21+ <Hds::Alert @type = " inline " @ color =' critical' class =' mb-3 mt-2' as |A|>
2222 <A .Title>Error</A .Title>
2323 <A .Description>{{ fsm.state.context.error.message }} </A .Description>
2424 </Hds::Alert >
Original file line number Diff line number Diff line change 1919 as |writer|
2020 >
2121 <BlockSlot @name =" error" as |after error|>
22- <Hds::Alert @color =' critical' class =' mb-3 mt-2' as |A|>
22+ <Hds::Alert @type = " inline " @ color =' critical' class =' mb-3 mt-2' as |A|>
2323 <A .Title>Error</A .Title>
2424 <A .Description>{{ error.message }} </A .Description>
2525 </Hds::Alert >
You can’t perform that action at this time.
0 commit comments