Skip to content

Commit 0f51520

Browse files
committed
Fix tag resource
1 parent 5177fea commit 0f51520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/TagResource/Pages/EditTag.php

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

1515
public static function getResource(): string
1616
{
17-
return FilamentFlexibleContentBlockPages::config()->getResources()[FilamentFlexibleContentBlockPagesConfig::TYPE_TAG_TYPE];
17+
return FilamentFlexibleContentBlockPages::config()->getResources()[FilamentFlexibleContentBlockPagesConfig::TYPE_TAG];
1818
}
1919

2020
protected function getActions(): array

0 commit comments

Comments
 (0)