feat(claim column demo button added)
This commit is contained in:
@@ -914,6 +914,14 @@ export default function AppointmentsPage() {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button disabled={true}>
|
||||||
|
<Shield className="h-4 w-4 mr-2" />
|
||||||
|
Claim Column A
|
||||||
|
</Button>
|
||||||
|
<Button disabled={true}>
|
||||||
|
<Shield className="h-4 w-4 mr-2" />
|
||||||
|
Claim Column B
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user