mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(core): get cloud workspace usage limit from user quota (#5518)
This commit is contained in:
@@ -68,7 +68,11 @@ export const StorageProgress = ({
|
||||
{upgradable ? (
|
||||
<Tooltip
|
||||
options={{ hidden: percent < 100 }}
|
||||
content={t['com.affine.storage.maximum-tips']()}
|
||||
content={
|
||||
plan === 'Free'
|
||||
? t['com.affine.storage.maximum-tips']()
|
||||
: t['com.affine.storage.maximum-tips.pro']()
|
||||
}
|
||||
>
|
||||
<span tabIndex={0}>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user