Skip to content

Commit 1661ff9

Browse files
Copilotjaviercn
andcommitted
Fix remaining attribute references in test assets
Co-authored-by: javiercn <6995051+javiercn@users.noreply.github.com>
1 parent 208c4e6 commit 1661ff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Components/test/testassets/TestContentPackage/DeclarativePersistStateComponent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[Parameter, EditorRequired]
99
public string KeyName { get; set; } = "";
1010

11-
[SupplyParameterFromPersistentComponentState]
11+
[PersistentState]
1212
public string Value { get; set; }
1313

1414
private string _renderMode = "SSR";

src/Components/test/testassets/TestContentPackage/PersistentCounter.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@code {
1616

17-
[SupplyParameterFromPersistentComponentState] public CounterState State { get; set; }
17+
[PersistentState] public CounterState State { get; set; }
1818

1919
public class CounterState
2020
{

0 commit comments

Comments
 (0)