Fix namespace usage in profile Blade template: qualify AssociationStatus with its full path for consistent referencing.

This commit is contained in:
HolgerHatGarKeineNode
2026-01-21 11:41:58 +01:00
parent ec9b5a0d29
commit d3a75d656b

View File

@@ -822,7 +822,7 @@ new class extends Component
<flux:error name="form.check"/> <flux:error name="form.check"/>
</flux:field> </flux:field>
<div class="flex flex-col sm:flex-row gap-3"> <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 Mit deinem aktuellen Nostr-Profil Mitglied werden
</flux:button> </flux:button>
<flux:button href="https://einundzwanzig.space/verein/" target="_blank" <flux:button href="https://einundzwanzig.space/verein/" target="_blank"