aboutsummaryrefslogtreecommitdiff
path: root/modern
diff options
context:
space:
mode:
Diffstat (limited to 'modern')
-rw-r--r--modern/src/settings/ComputedAttributesPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/ComputedAttributesPage.js b/modern/src/settings/ComputedAttributesPage.js
index fd5245a7..d9b2786d 100644
--- a/modern/src/settings/ComputedAttributesPage.js
+++ b/modern/src/settings/ComputedAttributesPage.js
@@ -73,7 +73,7 @@ const ComputedAttributesPage = () => {
)) : (<TableShimmer columns={administrator ? 5 : 4} endAction={administrator} />)}
</TableBody>
</Table>
- <CollectionFab editPath="/settings/attribute" />
+ <CollectionFab editPath="/settings/attribute" disabled={!administrator} />
</PageLayout>
);
};