Skip to content

Commit 6e245ff

Browse files
committed
Fixed stacking up of Please enter valid url and Open access required
1 parent 1c3fa17 commit 6e245ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/[locale]/dashboard/[entityType]/[entitySlug]/aimodels/edit/[id]/details

app/[locale]/dashboard/[entityType]/[entitySlug]/aimodels/edit/[id]/details/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export default function AIModelDetailsPage() {
306306

307307
if (!isValidHttpUrl(trimmedWebsite)) {
308308
toast('Please enter a valid URL that includes https.', {
309-
id: AI_MODEL_VALIDATION_TOAST_ID,
309+
id: OPEN_ACCESS_REQUIRED_TOAST_ID,
310310
});
311311
return;
312312
}

0 commit comments

Comments
 (0)