mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
form provider
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
export let value;
|
||||
|
||||
function handleClick() {
|
||||
if (disabled) dispatch('click');
|
||||
if (!disabled) dispatch('click');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user