Hiding notes UI for now
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
</div>
|
||||
}
|
||||
|
||||
@if (selectedCard.IsAgent)
|
||||
@if (selectedCard.IsAgent && false) // Server-only feature. Redesign project structure
|
||||
{
|
||||
<div class="detail-field note">
|
||||
<span class="field-label"><i class="bi bi-pencil-fill"></i> Personal Note</span>
|
||||
|
||||
Reference in New Issue
Block a user