Skip to content

Commit f7f2a64

Browse files
committed
Update PublishingForm.js
1 parent 1bcd586 commit f7f2a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

management/ui/src/components/PublishingForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const PublishingForm = ({ modelName, onComplete, onCancel }) => {
139139

140140
// If admin is publishing to a different tenant, include tenant in request
141141
if (user?.isAdmin && formData.tenantId !== tenantInfo?.tenant) {
142-
requestBody.config.tenantID = formData.tenantId;
142+
requestBody.config.tenantId = formData.tenantId;
143143
}
144144

145145
const response = isPublished

0 commit comments

Comments
 (0)