Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suxrobGM committed Dec 5, 2023
1 parent f44c888 commit a6d834e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<RadzenStack Orientation="Orientation.Vertical">
<RadzenFormField Text="Subscription Status" Variant="Variant.Outlined">
<RadzenTextBox @bind-Value="_subscription.Name"/>
<RadzenTextBox @bind-Value="_subscription.Status"/>

Check failure on line 28 in src/Client/Logistics.AdminApp/Pages/Subscription/EditSubscription.razor

View workflow job for this annotation

GitHub Actions / build

Argument 1: cannot convert from 'Logistics.Shared.Enums.SubscriptionStatus' to 'string'

Check failure on line 28 in src/Client/Logistics.AdminApp/Pages/Subscription/EditSubscription.razor

View workflow job for this annotation

GitHub Actions / Deploy Admin App

Argument 1: cannot convert from 'Logistics.Shared.Enums.SubscriptionStatus' to 'string'
</RadzenFormField>
<RadzenFormField Text="Description" Variant="Variant.Outlined">
<RadzenTextArea @bind-Value="_subscription.Description" Rows="3"/>

Check failure on line 31 in src/Client/Logistics.AdminApp/Pages/Subscription/EditSubscription.razor

View workflow job for this annotation

GitHub Actions / build

'SubscriptionDto' does not contain a definition for 'Description' and no accessible extension method 'Description' accepting a first argument of type 'SubscriptionDto' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 31 in src/Client/Logistics.AdminApp/Pages/Subscription/EditSubscription.razor

View workflow job for this annotation

GitHub Actions / Deploy Admin App

'SubscriptionDto' does not contain a definition for 'Description' and no accessible extension method 'Description' accepting a first argument of type 'SubscriptionDto' could be found (are you missing a using directive or an assembly reference?)
Expand Down

0 comments on commit a6d834e

Please sign in to comment.