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 abd9620 commit 13bd7eaCopy full SHA for 13bd7ea
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