mirror of
https://github.com/supabase/supabase.git
synced 2026-06-08 10:33:55 +08:00
Fix all usage of button tooltip (#30076)
* Fix all usage of button tooltip * PRETTY
This commit is contained in:
@@ -81,7 +81,9 @@ const EdgeFunctionSecrets = () => {
|
||||
tooltip={{
|
||||
content: {
|
||||
side: 'bottom',
|
||||
text: 'You need additional permissions to update edge function secrets',
|
||||
text: !canUpdateSecrets
|
||||
? 'You need additional permissions to update edge function secrets'
|
||||
: undefined,
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user