We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa6414 commit 7cdacd7Copy full SHA for 7cdacd7
components/cloze/actions/create-update-company/create-update-company.mjs
@@ -136,7 +136,7 @@ export default {
136
} = this;
137
138
if (!name && !domains) {
139
- throw new ConfigurationError("**Company Name** or **Domains** are required.");
+ throw new ConfigurationError("Either **Company Name** or **Domains** are required.");
140
}
141
142
const response = await createCompany({
0 commit comments