You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: app/MindWork AI Studio.sln
+11
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
3
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MindWork AI Studio", "MindWork AI Studio\MindWork AI Studio.csproj", "{059FDFCC-7D0B-474E-9F20-B9C437DF1CDD}"
<MudTextSwitchLabel="Should we write the generated code to the file system?"Disabled="@this.IsNoneERIServerSelected"@bind-Value="@this.writeToFilesystem"LabelOn="Yes, please write or update all generated code to the file system"LabelOff="No, just show me the code" />
349
-
<SelectDirectoryLabel="Base directory where to write the code"@bind-Directory="@this.baseDirectory"Disabled="@(this.IsNoneERIServerSelected || !this.writeToFilesystem)"DirectoryDialogTitle="Select the target directory for the ERI server"/>
349
+
<SelectDirectoryLabel="Base directory where to write the code"@bind-Directory="@this.baseDirectory"Disabled="@(this.IsNoneERIServerSelected || !this.writeToFilesystem)"DirectoryDialogTitle="Select the target directory for the ERI server"Validation="@this.ValidateDirectory"/>
<MudMenuEndIcon="@Icons.Material.Filled.KeyboardArrowDown"Label="Add Data Source"Color="Color.Primary"Variant="Variant.Filled"AnchorOrigin="Origin.CenterCenter"TransformOrigin="Origin.TopLeft"Class="mt-3 mb-6">
0 commit comments