feddback added (#10221)

pull/10240/head
Anik Dhabal Babu 2023-07-19 02:59:56 +05:30 committed by GitHub
parent 09068b39e6
commit 1ec9a6924c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -279,7 +279,11 @@ export default function Availability() {
</Dropdown>
<div className="border-default border-l-2" />
<Button className="ml-4 lg:ml-0" type="submit" form="availability-form">
<Button
className="ml-4 lg:ml-0"
type="submit"
form="availability-form"
loading={updateMutation.isLoading}>
{t("save")}
</Button>
</div>