Add loading state to PushButton when in "pr" state

This commit is contained in:
Caleb Owens 2024-02-17 09:12:56 +00:00 committed by Kiril Videlov
parent 4796613c9d
commit 3a4fb738c8

View File

@ -62,6 +62,7 @@
kind="outlined"
{wide}
disabled={isPushed}
loading={isLoading}
on:click={() => {
dispatch('trigger', { action: BranchAction.Push });
}}>{pushLabel}</Button