Skip to content

Commit 1c3fa17

Browse files
committed
Fixed conflict
1 parent a412147 commit 1c3fa17

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
@@ -305,7 +305,7 @@ export default function AIModelDetailsPage() {
305305
}
306306

307307
if (!isValidHttpUrl(trimmedWebsite)) {
308-
toast('Please enter a valid URL that includes http or https.', {
308+
toast('Please enter a valid URL that includes https.', {
309309
id: AI_MODEL_VALIDATION_TOAST_ID,
310310
});
311311
return;

0 commit comments

Comments
 (0)