Added edit modal
This commit is contained in:
@@ -14,4 +14,6 @@ public class Post {
|
||||
|
||||
[ForeignKey("author")]
|
||||
public User? Author { get; set; }
|
||||
|
||||
public bool Published { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user