mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
⚡ Fix namespace usage in profile Blade template: qualify AssociationStatus with its full path for consistent referencing.
This commit is contained in:
@@ -822,7 +822,7 @@ new class extends Component
|
||||
<flux:error name="form.check"/>
|
||||
</flux:field>
|
||||
<div class="flex flex-col sm:flex-row gap-3">
|
||||
<flux:button wire:click="save({{ AssociationStatus::PASSIVE() }})" variant="primary">
|
||||
<flux:button wire:click="save({{ \App\Enums\AssociationStatus::PASSIVE() }})" variant="primary">
|
||||
Mit deinem aktuellen Nostr-Profil Mitglied werden
|
||||
</flux:button>
|
||||
<flux:button href="https://einundzwanzig.space/verein/" target="_blank"
|
||||
|
||||
Reference in New Issue
Block a user