We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307c980 commit a337958Copy full SHA for a337958
src/components/Forms/index.jsx
@@ -73,6 +73,14 @@ export default function Forms() {
73
<h3 style={{ marginTop: 0, fontSize: "13px" }}>
74
{__("Bridged forms", "forms-bridge")}
75
</h3>
76
+ {!tabs.length && (
77
+ <p>
78
+ {__(
79
+ "You have no bridged forms yet. You can set up new form bridges using the add-on tabs",
80
+ "forms-bridge"
81
+ )}
82
+ </p>
83
84
<TabPanel tabs={tabs} className="forms-tabs-panel">
85
{(tab) => {
86
const form = bridgedForms[tab.index];
0 commit comments