mirror of
https://github.com/docmost/docmost.git
synced 2026-08-28 17:27:06 +08:00
chore: migrate to Mantine 9 and React 19 (#2293)
This commit is contained in:
@@ -103,7 +103,7 @@ export default function BillingPlans() {
|
||||
label="Team size"
|
||||
description="Select the number of users"
|
||||
value={selectedTierValue}
|
||||
onChange={setSelectedTierValue}
|
||||
onChange={(value) => setSelectedTierValue(value)}
|
||||
data={selectData}
|
||||
w={250}
|
||||
size="md"
|
||||
|
||||
Reference in New Issue
Block a user