mirror of https://github.com/dapr/docs.git
Removes warning from state template
Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
parent
8ddb28f5a0
commit
ec74420078
|
@ -67,10 +67,6 @@
|
|||
<td align="center">
|
||||
{{ if .features.workflow }}
|
||||
<span role="img" aria-label="Workflow: Supported">✅</span>
|
||||
{{ else if .features.workflow_warning }}
|
||||
<a href="/reference/components-reference/supported-state-stores/{{ .link }}/#{{ .features.workflow_warning }}">
|
||||
<span role="img" aria-label="Workflow: Warning" >⚠️</span>
|
||||
</a>
|
||||
{{else}}
|
||||
<img src="/images/emptybox.png" alt="Workflow: Not supported" aria-label="Workflow: Not supported" />
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue