@digital-ai/dot-components 4.4.1 → 4.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -11171,7 +11171,7 @@ function DotDashboardDialog({
|
|
|
11171
11171
|
onSubmit: handleSubmitCreate,
|
|
11172
11172
|
submitButtonProps: {
|
|
11173
11173
|
'data-testid': 'confirm-create-dashboard-button',
|
|
11174
|
-
disabled: !name || isLoadingSubmit,
|
|
11174
|
+
disabled: !name || isLoadingSubmit || !validateFields(),
|
|
11175
11175
|
label: 'Continue'
|
|
11176
11176
|
},
|
|
11177
11177
|
title: title || 'Create dashboard',
|